Index: /branches/releng-11/nanobsd/files/etc/rc.conf
===================================================================
--- /branches/releng-11/nanobsd/files/etc/rc.conf	(revision 13757)
+++ /branches/releng-11/nanobsd/files/etc/rc.conf	(revision 13758)
@@ -75,9 +75,14 @@
 nanobsd_save_sshkeys_enable="YES"
 
-# low-memory footprint DHCP and non-authorative recursive forwarding DNS resolver
+# Deprecated: low-memory footprint DHCP and non-authorative recursive
+# forwarding DNS resolver
 dnsmasq_enable="NO"
+
+# Normal node, consist of fully-fleshed caching resolver and autoritive DNS
+# server for reverse entries (de-centralized setup).
 local_unbound_enable="NO"
 unbound_enable="NO"
 unbound_anchorflags="-f /etc/resolv.conf"
+nsd_enable="YES"
 
 # Explicitly disable the memory-hungry alternatives
Index: /branches/releng-11/nanobsd/files/usr/local/etc/nsd/nsd.conf
===================================================================
--- /branches/releng-11/nanobsd/files/usr/local/etc/nsd/nsd.conf	(revision 13757)
+++ /branches/releng-11/nanobsd/files/usr/local/etc/nsd/nsd.conf	(revision 13758)
@@ -24,5 +24,5 @@
 	# ip-address: 1.2.3.4@5678
 	# ip-address: 12fe::8ef0
-    ip-address: 127.0.0.1
+	ip-address: 127.0.0.1
 
 	# Allow binding to non local addresses. Default no.
@@ -58,4 +58,5 @@
 	# by default, no chroot-jail is used.
 	# chroot: "/usr/local/etc/nsd"
+	chroot: ""
 
 	# The directory for zonefile: files.  The daemon chdirs here.
@@ -311,6 +312,71 @@
 	# RRLend
 
+
+#for I in `seq 16 31`; do echo -e "zone:\n\tname: $I.172.in-addr-arpa\n\tzonefile: /tmp/db.$I.172.in-addr-arpa\n"; done
 zone:
 	name: 16.172.in-addr.arpa
-	zonefile: /usr/local/etc/nsd/16.172.in-addr.arpa.zone
-
+	zonefile: /tmp/db.16.172.in-addr.arpa
+
+zone:
+	name: 17.172.in-addr.arpa
+	zonefile: /tmp/db.17.172.in-addr.arpa
+
+zone:
+	name: 18.172.in-addr.arpa
+	zonefile: /tmp/db.18.172.in-addr.arpa
+
+zone:
+	name: 19.172.in-addr.arpa
+	zonefile: /tmp/db.19.172.in-addr.arpa
+
+zone:
+	name: 20.172.in-addr.arpa
+	zonefile: /tmp/db.20.172.in-addr.arpa
+
+zone:
+	name: 21.172.in-addr.arpa
+	zonefile: /tmp/db.21.172.in-addr.arpa
+
+zone:
+	name: 22.172.in-addr.arpa
+	zonefile: /tmp/db.22.172.in-addr.arpa
+
+zone:
+	name: 23.172.in-addr.arpa
+	zonefile: /tmp/db.23.172.in-addr.arpa
+
+zone:
+	name: 24.172.in-addr.arpa
+	zonefile: /tmp/db.24.172.in-addr.arpa
+
+zone:
+	name: 25.172.in-addr.arpa
+	zonefile: /tmp/db.25.172.in-addr.arpa
+
+zone:
+	name: 26.172.in-addr.arpa
+	zonefile: /tmp/db.26.172.in-addr.arpa
+
+zone:
+	name: 27.172.in-addr.arpa
+	zonefile: /tmp/db.27.172.in-addr.arpa
+
+zone:
+	name: 28.172.in-addr.arpa
+	zonefile: /tmp/db.28.172.in-addr.arpa
+
+zone:
+	name: 29.172.in-addr.arpa
+	zonefile: /tmp/db.29.172.in-addr.arpa
+
+zone:
+	name: 30.172.in-addr.arpa
+	zonefile: /tmp/db.30.172.in-addr.arpa
+
+zone:
+	name: 31.172.in-addr.arpa
+	zonefile: /tmp/db.31.172.in-addr.arpa
+
+zone:
+	name: wleiden.net
+	zonefile: /tmp/db.wleiden.net
