fix: slight cleanup of the dns file
This commit is contained in:
parent
fce75fde73
commit
752194eb61
1 changed files with 3 additions and 5 deletions
|
@ -58,11 +58,9 @@
|
||||||
3600 ; Minimum (1 hour)
|
3600 ; Minimum (1 hour)
|
||||||
)
|
)
|
||||||
|
|
||||||
@ NS ns1.${domain}.
|
; @ stands for teh root domain so teh A record below is where ${domain} points to
|
||||||
@ NS ns2.${domain}.
|
@ NS ns1.skynet.ie.
|
||||||
; @ stands for teh root domain so teh A record below is where ${domain} points to
|
@ NS ns2.skynet.ie.
|
||||||
;@ A 193.1.99.76
|
|
||||||
;@ MX 5 ${domain}.
|
|
||||||
|
|
||||||
; can have multiple mailserves
|
; can have multiple mailserves
|
||||||
@ MX 10 mail.${domain}.
|
@ MX 10 mail.${domain}.
|
||||||
|
|
Loading…
Reference in a new issue