capsul.org: add email records #46
1 changed files with 9 additions and 1 deletions
10
dnsconfig.js
10
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),
|
||||
|
|
Loading…
Reference in a new issue