blob: 44dff11c69f353dcab7954c5968e8de95ff06490 (
plain)
1
2
3
4
5
6
7
8
9
|
$TTL 1W
@ IN SOA ns.localhost. root.localhost. (
2002081601 ; Serial
28800 ; Refresh
14400 ; Retry
604800 ; Expire - 1 week
86400 ) ; Minimum
IN NS ns
localhost. IN A 127.0.0.1
|