blob: e3aabdbeed1318bf8e3248f8946c95c1d209061d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;
; BIND reverse data file for broadcast zone
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
|