We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a679cc commit 068509eCopy full SHA for 068509e
1 file changed
dnscrypt-proxy/local-doh.go
@@ -34,7 +34,7 @@ func (handler localDoHHandler) ServeHTTP(writer http.ResponseWriter, request *ht
34
dlog.Warnf("No body in a local DoH query")
35
return
36
}
37
- response := proxy.processIncomingQuery(proxy.serversInfo.getOne(), "http", proxy.mainProto, packet, &xClientAddr, nil, start)
+ response := proxy.processIncomingQuery(proxy.serversInfo.getOne(), "local_doh", proxy.mainProto, packet, &xClientAddr, nil, start)
38
if len(response) == 0 {
39
writer.WriteHeader(500)
40
0 commit comments