diff options
| author | 2024-04-27 17:08:14 +0100 | |
|---|---|---|
| committer | 2024-04-27 19:27:24 +0100 | |
| commit | 39c0575486280f1605680b5ddb76f844efef98d6 (patch) | |
| tree | 0b1858ce4f454df071fd5d1daf23e1d8bfc4bff3 /dns/zones/pythondiscord.org.yaml | |
| parent | Add OctoDNS configuration and documentation (diff) | |
Add zone files for all our domains
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. |