summaryrefslogtreecommitdiffstats
path: root/tests/knot/semantic_check_data/dname_multiple.zone
blob: 2a6c0a2fee2763e6872cd8b785183943041ee912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$ORIGIN example.com.
$TTL 3600

@	IN	SOA	dns1.example.com. hostmaster.example.com. (
		2010111214	; serial
		6h		; refresh
		1h		; retry
		1w		; expire
		1d )		; minimum
	NS	dns1

dns1	A	192.0.2.1
	AAAA	2001:DB8::1

foo	DNAME	bar1
foo	DNAME	bar2