blob: 3bc774d0ca00b9c8413ae1593d43c7206be6ea9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$ORIGIN .
$TTL 1
; The RT is the same as the MX, so there are the differences and basics only.
; OK
@ RT 1 mail ; Relative dname
@ RT \# 3 0001 00 ; Hexadecimal rdata
@ TYPE21 \# 3 0001 00 ; TYPE + Hexadecimal rdata
@ TYPE21 1 @ ; TYPE
@ rt 1 @ ; Type in lower-case
; KO
@ RT
|