diff options
Diffstat (limited to 'dns/zones/pythondiscord.org.yaml')
| -rw-r--r-- | dns/zones/pythondiscord.org.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dns/zones/pythondiscord.org.yaml b/dns/zones/pythondiscord.org.yaml new file mode 100644 index 0000000..4c9ad8b --- /dev/null +++ b/dns/zones/pythondiscord.org.yaml @@ -0,0 +1,35 @@ +--- +'': + - octodns: + cloudflare: + auto-ttl: true + ttl: 300 + type: ALIAS + value: pythondiscord.com. + - octodns: + cloudflare: + auto-ttl: true + ttl: 300 + type: MX + values: + - exchange: route3.mx.cloudflare.net. + preference: 7 + - exchange: route2.mx.cloudflare.net. + preference: 15 + - exchange: route1.mx.cloudflare.net. + preference: 34 + - octodns: + cloudflare: + auto-ttl: true + ttl: 300 + type: TXT + values: + - keybase-site-verification=rtJ28Y8bGMHa1qJ_Qk6TAM6ktqebuWDwUtbMFCt_5qg + - v=spf1 include:_spf.mx.cloudflare.net ~all +'*': + octodns: + cloudflare: + auto-ttl: true + ttl: 300 + type: CNAME + value: pythondiscord.com. |