fix: standardise the dns spacing a tad

This commit is contained in:
silver 2023-10-14 16:48:01 +01:00
parent abac7ef291
commit dd10b0f8cb

View file

@ -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}
'' ''