mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-11 23:03:38 -05:00
14 lines
369 B
Text
14 lines
369 B
Text
$ORIGIN .
|
|
$TTL 1
|
|
|
|
; The NID is the same as the L64, so there are the differences and basics only.
|
|
|
|
; OK
|
|
@ NID 0 0000:0000:0000:0000 ; The simplest case
|
|
@ NID \# 10 00000000000000000000 ; Hexadecimal rdata
|
|
@ TYPE104 \# 10 00000000000000000000 ; TYPE + Hexadecimal rdata
|
|
@ TYPE104 0 0000:0000:0000:0000 ; TYPE
|
|
@ nid 0 0000:0000:0000:0000 ; Type in lower-case
|
|
|
|
; KO
|
|
@ NID
|