命令“host 127.0.0.1”在 Ubuntu 20.04 上不返回 localhost。是否可以让它像在 Ubuntu 18.04 中一样返回 localhost?我们进行了一些测试,需要它像以前一样工作。
20.04:
root@ubuntu2004-x8664:~# host 127.0.0.1
1.0.0.127.in-addr.arpa has no PTR record
18.04:
root@ubuntu1804-x8664:~# host 127.0.0.1
1.0.0.127.in-addr.arpa domain name pointer localhost.
提前致谢。Brendan