Add missed logging

This commit is contained in:
Aleksey Dmitrevskiy 2019-02-27 18:49:53 +03:00
parent ffa4429818
commit bc325de13f
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}