blob: 2708ef4614959259660c7d417d27d693d9f050e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
example.org. 3600 IN SOA ( ; The SOA, split across lines for testing
ns1.example.org.
admin.example.org.
1234
3600
1800
2419200
7200
)
; Check it accepts quoted name too
"\101xample.org." 3600 IN NS ns1.example.org.
; Some empty lines here. They are to make sure the loader can skip them.
www 3600 IN A 192.0.2.1 ; Test a relative name as well.
3600 IN AAAA 2001:db8::1 ; And initial whitespace handling
; Here be just some space, no RRs
|