在工作中的lab环境中,经常要ping/ssh/telenet一些host.example.com,但是每次都写全域名比较麻烦,想只敲一些host让系统自动加上域名后缀。
在Ubuntu20.04中,简单的方法是:
sudo vi /etc/systemd/resolved.conf
修改:Domains=example.com
保存
然后重启systemd-sesoloved
service systemd-resolved restart
完成
在工作中的lab环境中,经常要ping/ssh/telenet一些host.example.com,但是每次都写全域名比较麻烦,想只敲一些host让系统自动加上域名后缀。
在Ubuntu20.04中,简单的方法是:
sudo vi /etc/systemd/resolved.conf
修改:Domains=example.com
保存
然后重启systemd-sesoloved
service systemd-resolved restart
完成