Revert "Set ECS prefix as scope"

This reverts commit 82c793d78d.
This commit is contained in:
Star Brilliant
2017-10-04 14:27:02 +08:00
parent 15e6ec1491
commit 1668f0f18c
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ func (c *Client) handlerFunc(w dns.ResponseWriter, r *dns.Msg, isTCP bool) {
return
}
fullReply := jsonDNS.Unmarshal(reply, &respJson, udpSize)
fullReply := jsonDNS.Unmarshal(reply, &respJson, udpSize, ednsClientNetmask)
buf, err := fullReply.Pack()
if err != nil {
log.Println(err)