hosts文件是不允许包含其他文件的,但是可以通过其他方案实现:
脚本合并方法
保存一个hosts.base一个hosts.local,然后通过脚本合并成为hosts文件
搭建本地私有dns服务器
通过bind搭建私有服务器
运维工具同步
通过pssh, ansible 等运维工具同步配置,可以和方法一一起用
参考
-
[How To Configure BIND as a Private Network DNS Server on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-ubuntu-18-04)
-
[Is it possible for /etc/hosts to include a file from my home directory?](https://askubuntu.com/questions/270379/is-it-possible-for-etc-hosts-to-include-a-file-from-my-home-directory)
本条目发布于[2020年8月12日](https://c4ys.com/archives/2321 "09:27")。属于[Linux](https://c4ys.com/archives/category/linux)分类,被贴了 [hosts](https://c4ys.com/archives/tag/hosts) 标签。