Skip to content

Commit 068509e

Browse files
committed
Rename http to local_doh
1 parent 6a679cc commit 068509e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnscrypt-proxy/local-doh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (handler localDoHHandler) ServeHTTP(writer http.ResponseWriter, request *ht
3434
dlog.Warnf("No body in a local DoH query")
3535
return
3636
}
37-
response := proxy.processIncomingQuery(proxy.serversInfo.getOne(), "http", proxy.mainProto, packet, &xClientAddr, nil, start)
37+
response := proxy.processIncomingQuery(proxy.serversInfo.getOne(), "local_doh", proxy.mainProto, packet, &xClientAddr, nil, start)
3838
if len(response) == 0 {
3939
writer.WriteHeader(500)
4040
return

0 commit comments

Comments
 (0)