mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-11 14:53:46 -05:00
14 lines
299 B
Text
14 lines
299 B
Text
$ORIGIN .
|
|
$TTL 1
|
|
|
|
; The AFSDB is the same as the MX, so there are the differences and basics only.
|
|
|
|
; OK
|
|
@ AFSDB 1 mail ; Relative dname
|
|
@ AFSDB \# 3 0001 00 ; Hexadecimal rdata
|
|
@ TYPE18 \# 3 0001 00 ; TYPE + Hexadecimal rdata
|
|
@ TYPE18 1 @ ; TYPE
|
|
@ afsdb 1 @ ; Type in lower-case
|
|
|
|
; KO
|
|
@ AFSDB
|