knot-dns/tests/knot/semantic_check_data/cname_extra_01.zone
2018-03-08 16:58:42 +01:00

18 lines
284 B
Dns

$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