diff options
author | 2024-06-06 00:25:01 +0100 | |
---|---|---|
committer | 2024-06-06 00:25:01 +0100 | |
commit | 25f90d63c6bc0cf127a348f3366460168f115970 (patch) | |
tree | 5e5cce7b5bb22b67155832930943c40430607425 /dns | |
parent | Add paste.pydis.wtf record for forwarding (diff) |
Set proxied to true for paste record
Diffstat (limited to 'dns')
-rw-r--r-- | dns/zones/pydis.wtf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/zones/pydis.wtf.yaml b/dns/zones/pydis.wtf.yaml index 1ba2765..f9867d1 100644 --- a/dns/zones/pydis.wtf.yaml +++ b/dns/zones/pydis.wtf.yaml @@ -124,7 +124,7 @@ ops: paste: octodns: cloudflare: - auto-ttl: true + proxied: true ttl: 300 type: A value: 1.2.3.4 |