add a way to pass "-k" to nsupdate, and document all options in the sample config...
[dyn-nsupdate.git] / dyn-nsupdate.conf.dist
1 # Full path to nsupdate binary
2 nsupdate = /usr/bin/nsupdate
3 # You can change the port that will be used to talk to BIND (nsupdate "-p" option).
4 #port = 53
5 # If you need a key to authenticate updates, give its filename here (nsupdate "-k" option).
6 #keyfile = /var/lib/bind/keys/zone.key
7 # 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).
8 #key = keyname:passwd
9
10 # Add one section per zone that can be updated, containing only the relevant password.
11 [test.dyn.example.com]
12 password = some_secure_password