summaryrefslogtreecommitdiffstats
path: root/patches/source/bind/caching-example/localhost.zone
blob: c47baf5f1f7dbfde45ade3b295bc319cda69623f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
$TTL	86400
$ORIGIN localhost.
@			1D IN SOA	@ root (
					42		; serial (d. adams)
					3H		; refresh
					15M		; retry
					1W		; expiry
					1D )		; minimum

			1D IN NS	@
			1D IN A		127.0.0.1