From bd5737dc22b0e52a52e84fc2d9d1193deb43811d Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 23 Apr 2014 10:14:59 -0400 Subject: Make sure that the DNS Forwarder/Resolver is actually capable of accepting queries on localhost before using it as a DNS server. --- usr/local/www/services_dnsmasq.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local/www/services_dnsmasq.php') diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php index 75c1a8e..4033911 100644 --- a/usr/local/www/services_dnsmasq.php +++ b/usr/local/www/services_dnsmasq.php @@ -116,6 +116,8 @@ if ($_POST) { // Relaod filter (we might need to sync to CARP hosts) filter_configure(); + /* Update resolv.conf in case the interface bindings exclude localhost. */ + system_resolvconf_generate(); if ($retval == 0) clear_subsystem_dirty('hosts'); -- cgit v1.1