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