Index: /branches/releng-11/nanobsd/files/tools/nameserver-shuffle
===================================================================
--- /branches/releng-11/nanobsd/files/tools/nameserver-shuffle	(revision 13914)
+++ /branches/releng-11/nanobsd/files/tools/nameserver-shuffle	(revision 13915)
@@ -67,4 +67,4 @@
 
   # Update unbound forwarders list
-  unbound-control forward $(grep 'nameserver' /etc/resolv.conf | grep -v '127.0.0.1' | awk '{print $2}' | tail -3 )
+  unbound-control forward $(awk '/^nameserver 172/ {print $2}' /etc/resolv.conf | head -3)
 fi 
