diff --git a/src/www/services_unbound.php b/src/www/services_unbound.php index b05d9c268..08c1089eb 100644 --- a/src/www/services_unbound.php +++ b/src/www/services_unbound.php @@ -136,6 +136,8 @@ if ($_POST) { if (!$input_errors) { write_config("DNS Resolver configured."); mark_subsystem_dirty('unbound'); + header("Location: services_unbound.php"); + exit; } } }