You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mostly works fine. However there is presently a strange problem where adding an EDE in the failure path of zd.TrustUpdate(). This code (in tdns/updateresponder.go) works fine:
if zd.Options["frozen"] {
log.Printf("UpdateResponder: zone %s is frozen (i.e. updates not possible). Ignoring update.",
zd.ZoneName, qname)
m.SetRcode(r, dns.RcodeRefused)
AttachEDEToResponse(m, EDEZoneFrozen)
w.WriteMsg(m)
return nil
}
But this code (later in the same function) cause a FORMERR in the receiving client end:
The text was updated successfully, but these errors were encountered: