1$ORIGIN	.
2$TTL	1
3
4; OK
5@	SRV	0	0	0	@			; The simplest variant
6_ldap._tcp.test.tld.	SRV	0	0	0	@ 	; Underscores in owner
7@	SRV	65535	65535	65535	@			; Maximal numbers
8@	SRV	0	0	0	\0320\ \\\"\.\@\*.tld.	; Dname with specials
9@	TYPE33	\# 7 000000000000 00				; TYPE + Hexadecimal rdata
10@	TYPE33	0	0	0	@			; TYPE
11@	srv	0	0	0	@			; Type in lower-case
12
13; KO
14@	SRV
15@	SRV						; Empty rdata
16@	SRV	\# 0					; Hex empty rdata
17@	SRV	1h	0	0	@		; Bad priority
18@	SRV	0	1h	0	@		; Bad weight
19@	SRV	0	0	1h	@		; Bad port
20@	SRV	0	0	0	%		; Bad target
21@	SRV	65536	0	0	@		; Priority overflow
22@	SRV	0	65536	0	@		; Weight overflow
23@	SRV	0	0	65536	@		; Port overflow
24@	SRV	0	0	0	@ x		; Unexpected item
25@	SRV	0	0	0			; Missing item
26