From 444888b4bd7843084e9aa299fc4d36598b26faca Mon Sep 17 00:00:00 2001 From: Markus Stenberg Date: Wed, 2 Sep 2015 12:35:37 +0300 Subject: [PATCH] hnetd: Now disable in dnsmasq both rebind_protection and boguspriv by default, so that IPv4 naming works 'as expected' with multiple routers without user configuration. --- hnetd/files/hnetd.defaults | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hnetd/files/hnetd.defaults b/hnetd/files/hnetd.defaults index 8dc7871..f9ed705 100644 --- a/hnetd/files/hnetd.defaults +++ b/hnetd/files/hnetd.defaults @@ -1,7 +1,14 @@ #!/bin/sh +# Why we tune dnsmasq? +# localservice=0 => other hnetd instances can query for local names +# rebind_protection=0 => accept RFC1918 names from the other hnetd instances +# boguspriv=0 => allow reverse resolution of RFC1918 w/o local hosts entries + uci batch <