[BACK]Return to nsd.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / nsd.conf (download)

Revision 1.4, Thu Aug 26 19:05:14 2010 UTC (13 years, 9 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.3: +3 -3 lines

better TSIG key example

# $OpenBSD: nsd.conf,v 1.4 2010/08/26 19:05:14 jakob Exp $

server:
	hide-version: yes

## tsig key example
#key:
#	name: "key1.example.com"
#	algorithm: hmac-sha256
#	secret: "bWVrbWl0YXNkaWdvYXQ="

## master zone example
#zone:
#	name: "example.com"
#	zonefile: "example.com"
#	notify: 192.0.2.1 NOKEY
#	provide-xfr: 192.0.2.1 NOKEY

## slave zone example
#zone:
#	name: "example.net"
#	zonefile: "example.net"
#	allow-notify: 192.0.2.2 key1
#	request-xfr: 192.0.2.2 key1