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

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

	NS	dns1
	MX	10 mail

dns1	A	192.0.2.1

; error CNAME, node contains other records
email	CNAME	mail
	A	192.0.2.2