mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-11 23:03:38 -05:00
14 lines
303 B
Text
14 lines
303 B
Text
$ORIGIN .
|
|
$TTL 1
|
|
|
|
; The DNAME is the same as the NS, so there are the differences and basics only.
|
|
|
|
; OK
|
|
@ DNAME test.example.com ; Relative dname
|
|
@ DNAME \# 1 00 ; Hexadecimal rdata
|
|
@ TYPE39 \# 1 00 ; TYPE + Hexadecimal rdata
|
|
@ TYPE39 @ ; TYPE
|
|
@ dname @ ; Type in lower-case
|
|
|
|
; KO
|
|
@ DNAME
|