mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
set edns
This commit is contained in:
@@ -178,7 +178,8 @@ func (s *MeshnameServer) handleMeshIPRequest(w dns.ResponseWriter, r *dns.Msg) {
|
||||
answer.Retry = 180
|
||||
answer.Expire = 1209600
|
||||
answer.Minttl = 600
|
||||
m.Ns = append(m.Ns, answer)
|
||||
m.SetEdns0(512, false)
|
||||
m.Ns = append(m.Ns, answer)
|
||||
s.log.Debugln(m)
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user