summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 3824c65..dff46d6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -354,6 +354,8 @@ function filter_configure_sync() {
fclose($filterdnsfd);
}
killbypid("{$g['tmp_path']}/filterdns.pid");
+ // XXX: this is temporary
+ exec("killall -9 filterdns");
/*
* FilterDNS has three debugging levels. The default choosen is 1.
* Availabe are level 2 and greater then 2.
OpenPOWER on IntegriCloud