mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:52:27 -04:00
Update example.com zone SOA expire value
The example.com zone file given in the "Configurations and Zone Files"
chapter has an SOA expire of 3 weeks, which is not a multiple of
the default signatures-validity value. Adjust the SOA expire so that
it is much lower than the signatures-validity default.
(cherry picked from commit 8aa94931c3)
This commit is contained in:
parent
e25f165bdd
commit
2267394f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ features where appropriate. Zone files consist of :ref:`Resource Records (RR)
|
|||
2003080800 ; serial number
|
||||
12h ; refresh
|
||||
15m ; update retry
|
||||
3w ; expiry
|
||||
4d ; expiry
|
||||
2h ; minimum
|
||||
)
|
||||
; name server RR for the domain
|
||||
|
|
|
|||
Loading…
Reference in a new issue