summaryrefslogtreecommitdiff
path: root/etc/bind/db.localhost
blob: 2bed2a01392e053e3bf00ae8237cba68072f3bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; $OpenBSD: db.localhost,v 1.1 2003/01/20 22:30:13 jakob Exp $

$ORIGIN localhost.
$TTL 6h

@	IN	SOA	localhost. root.localhost. (	
			1	; serial
			1h	; refresh
			30m	; retry
			7d	; expiration
			1h )	; minimum

		NS	localhost.
		A	127.0.0.1
		AAAA	::1