summaryrefslogtreecommitdiff
path: root/etc/nsd.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-11 21:20:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-11 21:20:11 +0000
commit2a8a44b299e5568a60f06fc0b9e26e4ff072a435 (patch)
treeb8068587075e7f2fd4cba5cfa42634b100aa2976 /etc/nsd.conf
parent652022f3d4f6867978fa8f06f0ee51613193d51d (diff)
Move more files into the examples directory...
Diffstat (limited to 'etc/nsd.conf')
-rw-r--r--etc/nsd.conf42
1 files changed, 0 insertions, 42 deletions
diff --git a/etc/nsd.conf b/etc/nsd.conf
deleted file mode 100644
index cd688ad7c33..00000000000
--- a/etc/nsd.conf
+++ /dev/null
@@ -1,42 +0,0 @@
-# $OpenBSD: nsd.conf,v 1.6 2013/11/26 12:54:42 sthen Exp $
-
-server:
- hide-version: yes
-
-## bind to a specific address/port
-# ip-address: 192.0.2.53
-# ip-address: 192.0.2.53@5678
-# ip-address: 2001:db8::53
-
-remote-control:
- control-enable: yes
-
-## tsig key example
-#key:
-# name: "tsig1.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 tsig1.example.com.
-# request-xfr: 192.0.2.2 tsig1.example.com.
-
-## dynamically configured zones, used with "nsd-control addzone/delzone".
-## filenames are constructed using the pattern: %s - zone name.
-## %1 - first character of zone name, %2 second, ## %3 third.
-## %z - topleveldomain label of zone, %y, %x next labels in name.
-#pattern:
-# name: "primary"
-# zonefile: "%s.zone"
-# notify: 192.0.2.1 NOKEY
-# provide-xfr: 192.0.2.1 NOKEY