summaryrefslogtreecommitdiffstats
path: root/tests/knot/semantic_check_data/glue_wildcard.valid
blob: 9e36b5e163b447f139701218b2dd79e3fa9ec8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$ORIGIN example.com.
$TTL 3600

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

	NS	dns1

dns1	A	1.2.3.4

abc	NS	a.ns.abc
deleg1	NS	a.ns.abc
deleg2	NS	a.ns.ns.ns.ns.xyz

; wildcard glue

*.ns.abc	AAAA	::1
*.ns.xyz	AAAA	::2