diff --git a/control.go b/control.go index 52f7932f..2a32b0b4 100644 --- a/control.go +++ b/control.go @@ -338,6 +338,7 @@ func handleSetUpstreamDNS(w http.ResponseWriter, r *http.Request) { } func handleSetBootstrapDNS(w http.ResponseWriter, r *http.Request) { + log.Tracef("%s %v", r.Method, r.URL) setDNSServers(w, r, false) }