# cat /etc/bind/named.conf // This is the primary configuration file for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information on the // structure of BIND configuration files in Debian, *BEFORE* you customize // this configuration file. // // If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include "/etc/bind/named.conf.default-zones";
$ nsupdate -k mykey.key server vps02.hs3434.top # key hmac-sha256:example.com-key 你的秘钥 # 没有秘钥文件时使用这个直接输入秘钥 update del example.com A update add example.com 600 A 10.10.10.10 show send answer quit
Blog of Shane Hu
Welcome, friends!
This piece of writing is an original article, utilizing theCC BY-NC-SA 4.0Agreement. For complete reproduction, please acknowledge the source as Courtesy ofBlog of Shane Hu