18 lines
542 B
Text
18 lines
542 B
Text
;
|
|
; BIND data file for <%= zone %>
|
|
;
|
|
;
|
|
|
|
$TTL 86400
|
|
@ IN SOA ns1.<%= zone %>. root.<%= zone %>. (
|
|
<%= Time.now.to_i %> ; Serial
|
|
604800 ; Refresh
|
|
86400 ; Retry
|
|
2419200 ; Expire
|
|
86400 ) ; Negative Cache TTL
|
|
;
|
|
@ IN NS ns1.<%= zone %>.
|
|
ns1 IN A <%= ipaddr %>
|
|
|
|
$INCLUDE /etc/bind/db.<%= zone %>-dynamic
|
|
$INCLUDE /etc/bind/db.<%= zone %>-static
|