ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/routing/hnetd/files/hnetd.defaults b/external/routing/hnetd/files/hnetd.defaults
new file mode 100644
index 0000000..5ca7388
--- /dev/null
+++ b/external/routing/hnetd/files/hnetd.defaults
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# Why we tune dnsmasq?
+# localservice=0 => other hnetd instances can query for local names
+# boguspriv=0 => allow reverse resolution of RFC1918 w/o local hosts entries
+
+uci batch <<EOF
+set dhcp.odhcpd.maindhcp=1
+set dhcp.@dnsmasq[0].localservice=0
+set dhcp.@dnsmasq[0].boguspriv=0
+commit dhcp
+EOF