mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
14 lines
332 B
Text
14 lines
332 B
Text
$ORIGIN .
|
|
$TTL 1
|
|
|
|
; The RESINFO is the same as the TXT, so there are the differences and basics only.
|
|
|
|
; OK
|
|
@ RESINFO "" "test1" "\255" test2 ; Array of text strings
|
|
@ RESINFO \# 1 00 ; Hexadecimal rdata
|
|
@ TYPE261 \# 1 00 ; TYPE + Hexadecimal rdata
|
|
@ TYPE261 "" ; TYPE
|
|
@ resinfo "" ; Type in lower-case
|
|
|
|
; KO
|
|
@ RESINFO
|