Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
# Write config hash.
&writesettings("$settings_file", \%tmphash);
+ # Reload Unbound
+ &General::system("/usr/local/bin/unboundctrl", "reload");
+
# Save changed zone ACL
} elsif ($cgiparams{'ACTION'} eq "$Lang::tr{'update'}") {
my %tmphash;
# Write the new ACL settings to settings file.
&writesettings("$settings_file", \%tmphash);
}
+
+ # Reload Unbound
+ &General::system("/usr/local/bin/unboundctrl", "reload");
}
&Header::openpage($Lang::tr{"dnsbl dns firewall"}, 1, '');