summaryrefslogtreecommitdiff
path: root/etc/nsd.conf
blob: 069c5d61bd2d16ad8a7ee1bc72fd8c328dfc7c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $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