Index: branches/releng-11/nanobsd/files/etc/rc.conf
===================================================================
--- branches/releng-11/nanobsd/files/etc/rc.conf	(revision 13698)
+++ branches/releng-11/nanobsd/files/etc/rc.conf	(revision 13699)
@@ -79,4 +79,5 @@
 local_unbound_enable="NO"
 unbound_enable="NO"
+unbound_anchorflags="-a /tmp/unbound.root.key"
 
 # Explicitly disable the memory-hungry alternatives
Index: branches/releng-11/nanobsd/files/usr/local/etc/unbound/unbound.conf
===================================================================
--- branches/releng-11/nanobsd/files/usr/local/etc/unbound/unbound.conf	(revision 13698)
+++ branches/releng-11/nanobsd/files/usr/local/etc/unbound/unbound.conf	(revision 13699)
@@ -39,5 +39,5 @@
 	# interface: 192.0.2.154@5003
 	# interface: 2001:DB8::5
-    interface: 127.0.0.1
+	interface: 127.0.0.1
 
 	# enable this feature to copy the source address of queries to reply.
@@ -434,4 +434,5 @@
 	# and under the terms of our LICENSE (see that file in the source).
 	# auto-trust-anchor-file: "/usr/local/etc/unbound/root.key"
+	auto-trust-anchor-file: "/tmp/unbound.root.key"
 
 	# File with DLV trusted keys. Same format as trust-anchor-file.
