dendrite test #12
1 changed files with 2 additions and 3 deletions
|
@ -33,6 +33,7 @@ D('cyberia.club', REG_NAMECHEAP, DnsProvider(DNS_NAMECHEAP),
|
|||
A('raaz', '69.61.2.246'),
|
||||
A('rosewater', '69.61.2.170'),
|
||||
A('zicocapsul', '69.61.2.198'),
|
||||
A('dendrite-test', '167.172.27.200'),
|
||||
|
||||
CNAME('*.helloworld', 'pigsy.cyberia.club.'),
|
||||
CNAME('ansible', 'leckie.cyberia.club.'),
|
||||
|
@ -92,9 +93,7 @@ D('cyberia.club', REG_NAMECHEAP, DnsProvider(DNS_NAMECHEAP),
|
|||
|
||||
// the namecheap dnscontrol provider does not support SRV records,
|
||||
// but one does exist. in the future we may need to uncomment this line.
|
||||
// SRV('_matrix._tcp', 20, 20, 8448, 'matrix.cyberia.club.'),
|
||||
|
||||
// EE MAIL DOE
|
||||
// SRV('_matrix._tcp', 20, 20, 8448, 'matrix.cyberia.club.'),167.172.27.200
|
||||
TXT('@', 'v=spf1 a mx ~all'),
|
||||
TXT('_dmarc', 'v=DMARC1; p=quarantine;'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue