summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/services_dnsmasq.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 0a9e132..cd922a2 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -64,6 +64,9 @@ if ($_POST) {
$savemsg = get_std_save_message($retval);
+ // Relaod filter (we might need to sync to CARP hosts)
+ filter_configure();
+
if ($retval == 0) {
if (file_exists($d_hostsdirty_path))
unlink($d_hostsdirty_path);
OpenPOWER on IntegriCloud