Set ECS prefix as scope

This commit is contained in:
Star Brilliant
2017-10-04 13:32:23 +08:00
parent dc242ed284
commit 82c793d78d
2 changed files with 3 additions and 10 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, ednsClientNetmask)
fullReply := jsonDNS.Unmarshal(reply, &respJson, udpSize)
buf, err := fullReply.Pack()
if err != nil {
log.Println(err)