diff options
| author | 2024-08-02 20:24:42 +0100 | |
|---|---|---|
| committer | 2024-08-03 10:03:41 +0200 | |
| commit | 6c4c79890d944b74a7f511332244a97e7571b8e0 (patch) | |
| tree | 2223f2256389f80683b41ae5b1d2a3f9a97f16bc | |
| parent | Install freeipa-client on Debian (diff) | |
Remove Cloudflare MX information
| -rw-r--r-- | dns/zones/pydis.com.yaml | 19 | ||||
| -rw-r--r-- | dns/zones/pythondiscord.com.yaml | 23 | ||||
| -rw-r--r-- | dns/zones/pythondiscord.org.yaml | 13 | 
3 files changed, 0 insertions, 55 deletions
| diff --git a/dns/zones/pydis.com.yaml b/dns/zones/pydis.com.yaml index 7a58178..1dce0ac 100644 --- a/dns/zones/pydis.com.yaml +++ b/dns/zones/pydis.com.yaml @@ -11,20 +11,9 @@        cloudflare:          auto-ttl: true      ttl: 300 -    type: MX -    values: -    - exchange: mxa.mailgun.org. -      preference: 10 -    - exchange: mxb.mailgun.org. -      preference: 10 -  - octodns: -      cloudflare: -        auto-ttl: true -    ttl: 300      type: TXT      values:      - keybase-site-verification=nPFHPag1t4_lbDluRl2ey0GDyz8gdhucyWi5r3DsbzU -    - v=spf1 include:mailgun.org ~all  '*':    octodns: @@ -33,11 +22,3 @@    ttl: 300    type: CNAME    value: pythondiscord.com. - -krs._domainkey: -  octodns: -    cloudflare: -      auto-ttl: true -  ttl: 300 -  type: TXT -  value: k=rsa\; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDVxMVxyTI2tCukkCwsTOJBWh2LReAekANQMA4DwbHSEZNVNI1pkIHASSA3Z4WheWz9dkGyrgxwlUX8MdWukckPj8FsGm/oENXd3+5hm8BYJUPym/xA7skqmRNiYHnstdCIE9u8+EnOrH2iYyGcAqSqkQtng4C6iYPkBLg8zSdcYQIDAQAB diff --git a/dns/zones/pythondiscord.com.yaml b/dns/zones/pythondiscord.com.yaml index 3fe8215..8ec7c2b 100644 --- a/dns/zones/pythondiscord.com.yaml +++ b/dns/zones/pythondiscord.com.yaml @@ -6,20 +6,6 @@      ttl: 300      type: ALIAS      value: linode-lb.box.pydis.wtf. - -  - octodns: -      cloudflare: -        auto-ttl: true -    ttl: 300 -    type: MX -    values: -      - exchange: amir.mx.cloudflare.net. -        preference: 19 -      - exchange: linda.mx.cloudflare.net. -        preference: 40 -      - exchange: isaac.mx.cloudflare.net. -        preference: 65 -    - octodns:        cloudflare:          auto-ttl: true @@ -29,7 +15,6 @@        - google-site-verification=2-WR3alaLn7r-_pRPyYZhnh0YYYe4Bbydo32bfg4Wxo        - google-site-verification=cdfwmXlZDb57NUuy_1EOSrxfEYAYp_P232bOkrWVudM        - keybase-site-verification=PeSqpPFVIy3W-YQWurEKeawYsgbH6QUjhDvf9mN3FdU -      - v=spf1 include:_spf.mx.cloudflare.net ~all  6ed7202cfcfe199921d5b382e200a40e598d20c3.status:    octodns: @@ -127,14 +112,6 @@ grafana:    type: CNAME    value: linode-lb.box.pydis.wtf. -mailo._domainkey: -  octodns: -    cloudflare: -      auto-ttl: true -  ttl: 300 -  type: TXT -  value: k=rsa\; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxSyxIyn8hEsmWJQM3bh5LDF0M9qRnOnj4JWnn38EuyhNVl+OV3nKWl2xQ4HUmcKQAwKeYBrnb8CajKvNJH/A9yvYnHgFwRODZ8TJdYzrlG1Uxdse9pHoo2jT5bAycbltD5K78o2xAQ5rPwv3xa26j013Vea4I09BkLJbv/MH7lQIDAQAB -  merch:    octodns:      cloudflare: diff --git a/dns/zones/pythondiscord.org.yaml b/dns/zones/pythondiscord.org.yaml index 4c9ad8b..a511796 100644 --- a/dns/zones/pythondiscord.org.yaml +++ b/dns/zones/pythondiscord.org.yaml @@ -10,22 +10,9 @@        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: | 
