File: 51_URI.in

package info (click to toggle)
knot 3.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,880 kB
  • sloc: ansic: 154,039; sh: 5,963; python: 1,141; makefile: 818
file content (22 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$ORIGIN	.
$TTL	1

; OK
@	URI	0	0	a		; The simplest variant
@	URI	65535	65535	ftp://a		; Maximal priority and weight
@	URI	0       0	"ftp://a"	; Quoted target
@	URI	0       0	012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 ; Target longer than 255
@	TYPE256	\# 5 0000000061			; TYPE + Hexadecimal rdata
@	TYPE256	0	0	a		; TYPE
@	uri	0	0	a		; Type in lower-case

; OK extensions
@	URI	0	0	""		; Empty target

; KO
@	URI
@	URI					; Empty rdata
@	URI	\# 0				; Hex empty rdata
@	URI	65536	0	a		; Priority overflow
@	URI	0	65536	a		; Weight overflow
@	URI	0	0	a	a	; Unexpected item