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

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

Revision 1.3, Sun Jan 17 19:45:34 2010 UTC (14 years, 4 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.2: +0 -0 lines

add template nsd.conf (with examples)

# $OpenBSD: nsd.conf,v 1.3 2010/01/17 19:45:34 jakob Exp $

server:
	hide-version: yes

## tsig key example
#key:
#	name: "key1"
#	algorithm: hmac-sha256
#	secret: "m83H2x8R0zbDf3yRKhrqgw=="

## 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