More sensible config
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
'':
|
||||
octodns:
|
||||
lenient: true
|
||||
# CNAMES are not allowed at the root of a zone, but cloudflare allows it
|
||||
ttl: 60
|
||||
type: CNAME
|
||||
value: homepage.kluster.moll.re.
|
||||
|
||||
- octodns:
|
||||
lenient: true
|
||||
# CNAMES are not allowed at the root of a zone, but cloudflare allows it
|
||||
ttl: 60
|
||||
type: CNAME
|
||||
value: homepage.kluster.moll.re.
|
||||
- exchange: inbound-smtp.skiff.com.
|
||||
preference: 0
|
||||
ttl: 300
|
||||
type: MX
|
||||
- ttl: 300
|
||||
type: TXT
|
||||
values:
|
||||
- v=spf1 include:tlfind3ul99o2wi.spf.skiff.com -all
|
||||
|
||||
'*.kluster':
|
||||
ttl: 60
|
||||
@@ -14,6 +21,7 @@
|
||||
|
||||
|
||||
'_dmarc':
|
||||
ttl: 300
|
||||
type: TXT
|
||||
values:
|
||||
- v=DMARC1\; p=reject\; pct=100\; adkim=s\; aspf=s
|
||||
@@ -26,16 +34,6 @@
|
||||
type: SRV
|
||||
weight: 500
|
||||
|
||||
|
||||
'moll.re':
|
||||
- exchange: inbound-smtp.skiff.com.
|
||||
preference: 0
|
||||
type: MX
|
||||
|
||||
- type: TXT
|
||||
values:
|
||||
- v=spf1 include:tlfind3ul99o2wi.spf.skiff.com -all
|
||||
|
||||
'short':
|
||||
ttl: 60
|
||||
type: CNAME
|
||||
@@ -43,10 +41,12 @@
|
||||
|
||||
|
||||
'skiff1._domainkey':
|
||||
ttl: 300
|
||||
type: CNAME
|
||||
value: skiff1.tlfind3ul99o2wi.dkim.skiff.com.
|
||||
|
||||
|
||||
'skiff2._domainkey':
|
||||
ttl: 300
|
||||
type: CNAME
|
||||
value: skiff2.tlfind3ul99o2wi.dkim.skiff.com.
|
||||
|
Reference in New Issue
Block a user