File: 02_class.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 (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
$ORIGIN	.
$TTL	1

; OK
@	IN	NS	@	; The only accepted class IN
@	in	NS	@	; Class in lower-case

; KO
@	CH	NS	@	; Unsupported class
@	CLASS1	NS	@	; Unsupported notation