mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-13 15:53:47 -05:00
23 lines
522 B
Text
23 lines
522 B
Text
$ORIGIN .
|
|
$TTL 1
|
|
|
|
; For more tests on dname see NS test (same processing)
|
|
|
|
; OK
|
|
@ MX 0 @ ; Minimal priority
|
|
@ MX 65535 @ ; Maximal priority
|
|
@ MX 1 mail ; Relative dname
|
|
@ MX 1 mail.tld. ; Absolute dname
|
|
@ MX \# 3 0001 00 ; Hexadecimal rdata
|
|
@ TYPE15 \# 3 0001 00 ; TYPE + Hexadecimal rdata
|
|
@ TYPE15 1 @ ; TYPE
|
|
@ mx 1 @ ; Type in lower-case
|
|
|
|
; KO
|
|
@ MX
|
|
@ MX ; Empty rdata
|
|
@ MX \# 0 ; Hex empty rdata
|
|
@ MX -1 @ ; Negative number
|
|
@ MX 65536 @ ; 16bit overflow
|
|
@ MX 1 $ ; Bad dname
|
|
@ MX 0 @ x ; Unexpected item
|