X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/41c21cf865670780f1ce529862b077aec6b20724..HEAD:/dyn-nsupdate.conf.dist diff --git a/dyn-nsupdate.conf.dist b/dyn-nsupdate.conf.dist index 96af7c7..2b2112f 100644 --- a/dyn-nsupdate.conf.dist +++ b/dyn-nsupdate.conf.dist @@ -1,4 +1,12 @@ +# Full path to nsupdate binary nsupdate = /usr/bin/nsupdate +# 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