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:
Remi 2016-03-02 16:55:36 +01:00
parent ce3b86b24e
commit 06a3e2537e
1 changed files with 1 additions and 1 deletions

View File

@ -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%%.