summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index b773617..629be85 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -72,10 +72,11 @@
/* after IP change, update DynDNS */
if(!$config['system']['use_old_dyndns']) {
- services_dyndns_configure();
+ touch("/tmp/update_dyndns");
}
- filter_configure();
+ /* signal filter reload */
+ touch("/tmp/filter_dirty");
return 0;
OpenPOWER on IntegriCloud