File: example.org

package info (click to toggle)
libnet-ldns-perl 0.75-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 5,760 kB
  • sloc: ansic: 27,260; perl: 2,284; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$ORIGIN .
$TTL 86400	; 1 day
example.org		IN SOA	kennedy.example.org. hostmaster.example.org. (
				2014061900 ; serial
				28800      ; refresh (8 hours)
				7200       ; retry (2 hours)
				604800     ; expire (1 week)
				86400      ; minimum (1 day)
				)
			NS	ns2.example.net.
			NS	kennedy.example.org.
			NS	tara.example.org.
			NS	illyria.example.org.
			MX	10 kennedy.example.org.
$ORIGIN example.org.
home			A	183.68.21.31
staging			CNAME	kadath.example.net.
willow			A	179.199.7.2
www			CNAME	home
tara			A	109.174.1.145
kennedy			A	146.121.6.227
sameen			A	146.121.6.47
illyria			A	146.121.0.115
illyria			AAAA	2a02:70:4::44b
spencer			A	119.74.162.14