fix: standardise the dns spacing a tad
This commit is contained in:
parent
abac7ef291
commit
dd10b0f8cb
1 changed files with 5 additions and 5 deletions
|
@ -71,12 +71,12 @@
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
; Server Names (A Records)
|
; Server Names (A Records)
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
${format_records sort_records_server 11}
|
${format_records sort_records_server 31}
|
||||||
|
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
; A (non server names
|
; A (non server names
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
${format_records sort_records_a 18}
|
${format_records sort_records_a 31}
|
||||||
|
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
; CNAMES
|
; CNAMES
|
||||||
|
@ -86,17 +86,17 @@
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
; TXT
|
; TXT
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
${format_records (filter_records_type "TXT") 29}
|
${format_records (filter_records_type "TXT") 31}
|
||||||
|
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
; MX
|
; MX
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
${format_records (filter_records_type "MX") 29}
|
${format_records (filter_records_type "MX") 31}
|
||||||
|
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
; SRV
|
; SRV
|
||||||
; ------------------------------------------
|
; ------------------------------------------
|
||||||
${format_records sort_records_srv 17}
|
${format_records sort_records_srv 31}
|
||||||
|
|
||||||
|
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue