summaryrefslogtreecommitdiff
path: root/config/obr/nsd-internal/zones/pgfuse.org
blob: 804b5e43d94c9e3e7100e571a9de551a9d19d3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; internal view of zone pgfuse.org

$TTL 60

@		IN	SOA	ns.pgfuse.org. admin.pgfuse.org. (
				2018060800	; serial
				3h		; refresh
				15m		; retry
				2w		; expire
				60		; minimum TTL
			)

	IN	NS		ns.pgfuse.org.

$ORIGIN pgfuse.org.

	IN		A	192.168.1.15

ns			A	192.168.1.1

www			A	192.168.1.15