X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/d61aa3e46d25f8800d3a3db887e756f9b3a744dc..fcd24705050317176a383d8a9ba10270512133c0:/dyn-nsupdate.conf.dist diff --git a/dyn-nsupdate.conf.dist b/dyn-nsupdate.conf.dist index d56bc78..2b2112f 100644 --- a/dyn-nsupdate.conf.dist +++ b/dyn-nsupdate.conf.dist @@ -1,5 +1,12 @@ +# Full path to nsupdate binary nsupdate = /usr/bin/nsupdate -key = keyname:passwd +# You can change the port that will be used to talk to BIND (nsupdate "-p" option). +#port = 53 +# If you need a key to authenticate updates, give its filename here (nsupdate "-k" option). +#keyfile = /var/lib/bind/keys/zone.key +# Alternatively, you can specify the name and secret of the key here (nsupdate "-y" option). Note that this is *discouraged* (see nsupdate man page for details). +#key = keyname:passwd +# Add one section per zone that can be updated, containing only the relevant password. [test.dyn.example.com] password = some_secure_password