From d528702ae1d295d0b2de9505ff183283763c9d75 Mon Sep 17 00:00:00 2001 From: Jes Olson Date: Tue, 3 Dec 2024 03:25:48 -0500 Subject: [PATCH] capsul.org: add email records --- dnsconfig.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index d509e80..0f3ee4d 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -146,7 +146,15 @@ D('capsul.org', REG_NAMECHEAP, DnsProvider(DNS_NAMECHEAP), A('baikal', '69.61.110.118'), A('rathouse', '69.61.111.210'), - CNAME('test', 'baikal.cyberia.club.') + CNAME('key1._domainkey', 'key1.nullhex.com.'), + CNAME('autoconfig', 'autoconfig.nullhex.com.'), + CNAME('test', 'baikal.cyberia.club.'), + + TXT('@', 'v=spf1 a mx ~all'), + TXT('_dmarc', 'v=DMARC1; p=quarantine;'), + + MX("@", 5, "smtp-in-1.nullhex.com."), + MX("@", 10, "smtp-in-2.nullhex.com.") ); D('layerze.ro', REG_GANDI, DnsProvider(DNS_GANDI), -- 2.45.2