diff --git a/dhcp.go b/dhcp.go index b86fa29c..738f8dad 100644 --- a/dhcp.go +++ b/dhcp.go @@ -43,6 +43,7 @@ func handleDHCPSetConfig(w http.ResponseWriter, r *http.Request) { dhcpServer.Stop() } config.DHCP = newconfig + httpUpdateConfigReloadDNSReturnOK(w, r) } func handleDHCPInterfaces(w http.ResponseWriter, r *http.Request) {