# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1401454284 -7200 # Node ID 481d717eda18f3b5229e26c7e0864324140193f9 # Parent 86d2b0d707bf9b96b36d02932b981fbbd8ae0f47 more doc diff -r 86d2b0d707bf -r 481d717eda18 bin/dnsvi --- a/bin/dnsvi Fri May 30 14:44:16 2014 +0200 +++ b/bin/dnsvi Fri May 30 14:51:24 2014 +0200 @@ -125,6 +125,29 @@ The name of the key file we need for TSIG (the AXFR will use it, as well as the update). +To create such a key you may use + + dnssec-keygen -a HMAC-MD5 -b 512 -n USER heiko + +Then copy the resulting files somewhere (you'll need both files). +On the server side include the key into to configuration: + + key "" { + algorithm HMAC-MD5; + secret "" + }; + +Per zone you should use + + zone "" { + ... + update-policy { + grant local-ddns zonesub any; // support for -l + grant zonesub; // support for -k + }; + ... + }; + =item B<-d> This option enables debugging of C. (default: off)