Update DANE/TLSA records and fix caddy VPN IPs
This commit is contained in:
parent
0d2a638b5c
commit
b6cb1cb698
3 changed files with 2 additions and 4 deletions
|
|
@ -7,8 +7,6 @@ function mx_default(no_send) {
|
|||
TXT("_dmarc", "v=DMARC1; p=quarantine; rua=mailto:dmarcreports@serguzim.me; ruf=mailto:dmarcreports@serguzim.me; rf=afrf; sp=quarantine; fo=1; pct=100; ri=604800; adkim=r; aspf=r"),
|
||||
TXT("_smtp._tls", "v=TLSRPTv1; rua=mailto:dmarcreports@serguzim.me"),
|
||||
|
||||
TLSA("_25._tcp", 3, 1, 1, "70143145ab67680a3b61fe2d0eb63319625fa086f845cce59afdbf1dad79e561"),
|
||||
|
||||
MX("@", 10, "mail.serguzim.me."),
|
||||
MX("*", 10, "mail.serguzim.me."),
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue