mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-08-28 04:24:04 +00:00
Set ECS prefix as scope
This commit is contained in:
@@ -156,7 +156,7 @@ func (c *Client) handlerFunc(w dns.ResponseWriter, r *dns.Msg, isTCP bool) {
|
||||
return
|
||||
}
|
||||
|
||||
fullReply := jsonDNS.Unmarshal(reply, &respJson, udpSize, ednsClientNetmask)
|
||||
fullReply := jsonDNS.Unmarshal(reply, &respJson, udpSize)
|
||||
buf, err := fullReply.Pack()
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
|
||||
Reference in New Issue
Block a user