Add missed logging
This commit is contained in:
parent
ffa4429818
commit
bc325de13f
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue