我正在运行一个虚拟机,它提供以下值以及代码何时运行(通过在网站上执行一些操作)
socket.getfqdn()
x-vps-01.abc.it
socket.gethostname()
x-vps-01
socket.gethostbyname(socket.getfqdn())
216.185.103.35
socket.gethostbyname(socket.gethostname())
78.47.171.19
请注意,当我登录终端并运行上述程序时,我总是得到 78.47.171.19