linamh/net-dns/bind/files/localhost.zone-r1
2008-06-08 13:25:18 +00:00

10 lines
419 B
Plaintext

$TTL 1W
@ IN SOA ns.localhost. root.localhost. (
2002081601 ; Serial
28800 ; Refresh
14400 ; Retry
604800 ; Expire - 1 week
86400 ) ; Minimum
IN NS 127.0.0.1
localhost. IN A 127.0.0.1