diff options
| author | 2024-07-18 00:52:39 +0100 | |
|---|---|---|
| committer | 2024-07-19 20:39:04 +0100 | |
| commit | 0d9ffb1414ab526e6393b6d00cef5471af146866 (patch) | |
| tree | 7eac66a72caf6ea547e5869369294a3ed7fc560b /dns/zones | |
| parent | fix(deps): update dependency ruff to v0.5.3 (diff) | |
Add DNS record for ldap01.box.pydis.wtf
Diffstat (limited to 'dns/zones')
| -rw-r--r-- | dns/zones/pydis.wtf.yaml | 27 | 
1 files changed, 18 insertions, 9 deletions
| diff --git a/dns/zones/pydis.wtf.yaml b/dns/zones/pydis.wtf.yaml index 760dcc3..4318bd5 100644 --- a/dns/zones/pydis.wtf.yaml +++ b/dns/zones/pydis.wtf.yaml @@ -1,5 +1,5 @@  --- -'': +"":    - octodns:        cloudflare:          proxied: true @@ -12,20 +12,20 @@      ttl: 300      type: MX      values: -    - exchange: amir.mx.cloudflare.net. -      preference: 36 -    - exchange: isaac.mx.cloudflare.net. -      preference: 60 -    - exchange: linda.mx.cloudflare.net. -      preference: 85 +      - exchange: amir.mx.cloudflare.net. +        preference: 36 +      - exchange: isaac.mx.cloudflare.net. +        preference: 60 +      - exchange: linda.mx.cloudflare.net. +        preference: 85    - octodns:        cloudflare:          auto-ttl: true      ttl: 300      type: TXT      values: -    - keybase-site-verification=mKEPFr6d5VSGgahHtzy0y7nPRmo7OWyOUQ7s9ds8OFs -    - v=spf1 include:_spf.mx.cloudflare.net ~all +      - keybase-site-verification=mKEPFr6d5VSGgahHtzy0y7nPRmo7OWyOUQ7s9ds8OFs +      - v=spf1 include:_spf.mx.cloudflare.net ~all  20220929._domainkey:    octodns: @@ -99,6 +99,15 @@ id:    type: A    value: 194.195.247.228 +ldap01.box: +  octodns: +    cloudflare: +      auto-ttl: true +      proxied: false +  ttl: 300 +  type: A +  value: 139.162.163.212 +  loki-gateway:    octodns:      cloudflare: | 
