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