mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sigh. RFC2038 and bind 8.2.2 have a slight variation of interpretation
of the SOA 'minimum' field. Now it's necessary to define $TTL seperately to shut it up. Bind does reasonable things by default but it's annoying still. PR: 15834 Submitted by: Daniel Lewart <d-lewart@uiuc.edu>
This commit is contained in:
parent
aa5344b7d7
commit
d62b57c22f
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
; the /etc/namedb directory.
|
||||
;
|
||||
|
||||
$TTL 3600
|
||||
|
||||
@ IN SOA @host@. root.@host@. (
|
||||
@date@ ; Serial
|
||||
3600 ; Refresh
|
||||
|
|
|
|||
Loading…
Reference in a new issue