mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
fix MX records
This commit is contained in:
parent
c069175e01
commit
a88978882b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
MX = with mx; [
|
MX = with mx; [
|
||||||
(mx 10 "mail.protonmail.ch")
|
(mx 10 "mail.protonmail.ch.")
|
||||||
(mx 20 "mailsec.protonmail.ch")
|
(mx 20 "mailsec.protonmail.ch.")
|
||||||
];
|
];
|
||||||
|
|
||||||
subdomains = {
|
subdomains = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue