mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
18 lines
410 B
Text
18 lines
410 B
Text
$ORIGIN .
|
|
$TTL 1
|
|
|
|
; For more tests on dname see NS test (same processing)
|
|
|
|
; OK
|
|
@ MINFO . . ; The simplest dnames
|
|
@ MINFO @ @ ; Use origin
|
|
@ MINFO mail mail.tld. ; Relative and absolute dnames
|
|
@ MINFO \# 2 00 00 ; Hexadecimal rdata
|
|
@ TYPE14 \# 2 00 00 ; TYPE + Hexadecimal rdata
|
|
@ TYPE14 @ @ ; TYPE
|
|
@ minfo @ @ ; Type in lower-case
|
|
|
|
; KO
|
|
@ MINFO
|
|
@ MINFO ; Empty rdata
|
|
@ MINFO \# 0 ; Hex empty rdata
|