diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-12-15 14:51:47 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-12-15 14:51:47 +0000 |
commit | 04d718a32dc5c7c0d9c34e1efccc7ba0e3152033 (patch) | |
tree | 06fbf7d3968f6285762cc3b23dc45fc8718ffe23 /etc | |
parent | 44c75420e3aa8a2af5adbfc642422c787520b215 (diff) |
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@
Diffstat (limited to 'etc')
-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. |