diff options
author | 2011-12-15 14:51:46 +0000 | |
---|---|---|
committer | 2011-12-15 14:51:46 +0000 | |
commit | 01ec206686303979a712b2a4ac629b9127c5fd64 (patch) | |
tree | 17fa4514576ba40bf767f6cda23ee17b691fd31d | |
parent | s,/var/run/wtmp,/var/log/wtmp and add it to FILES. (diff) | |
download | wireguard-openbsd-01ec206686303979a712b2a4ac629b9127c5fd64.tar.xz wireguard-openbsd-01ec206686303979a712b2a4ac629b9127c5fd64.zip |
use a FQDN (i.e. one ending with a period) as tsig key example's name;
rename key1 to tsig1 to clearly identify this name as a transaction
signature digest; consistently use tsig key name on slave zone.
ok jakob@
-rw-r--r-- | etc/nsd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/nsd.conf b/etc/nsd.conf index de3e11b646d..19afc06f541 100644 --- a/etc/nsd.conf +++ b/etc/nsd.conf @@ -1,11 +1,11 @@ -# $OpenBSD: nsd.conf,v 1.4 2010/08/26 19:05:14 jakob Exp $ +# $OpenBSD: nsd.conf,v 1.5 2011/12/15 14:51:46 sobrado Exp $ server: hide-version: yes ## tsig key example #key: -# name: "key1.example.com" +# name: "tsig1.example.com." # algorithm: hmac-sha256 # secret: "bWVrbWl0YXNkaWdvYXQ=" @@ -20,5 +20,5 @@ server: #zone: # name: "example.net" # zonefile: "example.net" -# allow-notify: 192.0.2.2 key1 -# request-xfr: 192.0.2.2 key1 +# allow-notify: 192.0.2.2 tsig1.example.com. +# request-xfr: 192.0.2.2 tsig1.example.com. |