From 73a1b391182316eee630e53ba83f9f3b3b9672c2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 1 Jul 2010 16:47:54 -0400 Subject: Adding --rebind-localhost-ok Suggested-by: BillM --- etc/inc/services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 9554c96..eee7487 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -636,7 +636,7 @@ function services_dnsmasq_configure() { //} /* run dnsmasq */ - mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --all-servers {$args}"); + mwexec("/usr/local/sbin/dnsmasq --rebind-localhost-ok --stop-dns-rebind --all-servers {$args}"); if ($g['booting']) echo "done.\n"; -- cgit v1.1