mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Use a root server as the NS in synthetic SOA responses
This commit is contained in:
parent
0b5c0af5ee
commit
17dd7336a8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func (plugin *PluginBlockIPv6) Eval(pluginsState *PluginsState, msg *dns.Msg) er
|
|||
}
|
||||
soa := new(dns.SOA)
|
||||
soa.Mbox = "h" + dotParentZone
|
||||
soa.Ns = "n" + dotParentZone
|
||||
soa.Ns = "a.root-servers.net."
|
||||
soa.Serial = uint32(time.Now().Unix())
|
||||
soa.Refresh = 10000
|
||||
soa.Minttl = 2400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue