This commit is contained in:
Miek Gieben 2012-06-01 10:15:54 +02:00
parent bb376b18b3
commit 26f583571d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Flags:
e.Code = dns.EDNS0NSID
o.Option = append(o.Option, e)
// NSD will not return nsid when the udp message size is too small
o.SetUDPSize(dns.DefaultMsgSize)
//o.SetUDPSize(dns.DefaultMsgSize)
}
if *client != "" {
e := new(dns.EDNS0_SUBNET)