我已经使用bind9设置了DNS服务器来解析网络中的所有本地地址。我有一些外部IP地址,我也想添加。 bind9可以实现吗?外部IP驻留在AWS上(如果有帮助)。
答案 0 :(得分:0)
是的,这是可能的。
请参阅以下配置文件,了解实现用例所需的文件
/etc/bind/named.conf.options
档案
Sudo nano /etc/bind/named.conf.options
forwarders {
# Give here your IP
};
有关详细信息,请参阅下面的内容。 https://askubuntu.com/questions/330148/how-do-i-do-a-complete-bind9-dns-server-configuration-with-a-hostname