blob: 866e953947649d1238637bca14f46a96e43f746a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$ORIGIN .
$TTL 1
; OK
@ L32 0 0.0.0.0 ; The simplest case
@ L32 65535 255.255.255.255 ; The maximal case
@ L32 \# 6 000000000000 ; Hexadecimal rdata
@ TYPE105 \# 6 000000000000 ; TYPE + Hexadecimal rdata
@ TYPE105 0 0.0.0.0 ; TYPE
@ l32 0 0.0.0.0 ; Type in lower-case
; KO
@ L32
@ L32 ; Empty rdata
@ L32 \# 0 ; Hex empty rdata
@ L32 65536 0.0.0.0 ; Too big preference
@ L32 0 0.0.0.256 ; 8-bit overflow
@ L32 0 0.0.0 ; Short address
@ L32 0 0.0.0.0.0 ; Long address
@ L32 0 0.0.0.x ; Bad character
@ L32 0 0.0.0.0 x ; Unexpected item
|