specify nxdomain ttl in the comment of the zone template accordingly to RFC 2308
see section 4 "SOA minimum Field" https://www.ietf.org/rfc/rfc2308.txt By default we use the default TTL
This commit is contained in:
parent
ce3b86b24e
commit
06a3e2537e
|
@ -12,7 +12,7 @@ $TTL @@ZONETTL@@
|
|||
21600 ; refresh (6h)
|
||||
3600 ; retry (1h)
|
||||
604800 ; expiry (7d)
|
||||
@@ZONETTL@@ ) ; RR TTL (24h)
|
||||
@@ZONETTL@@ ) ; nxdomain TTL
|
||||
|
||||
IN NS %%ns1%%.
|
||||
IN NS %%ns2%%.
|
||||
|
|
Loading…
Reference in New Issue