diff options
author | 2024-07-24 13:45:39 +0100 | |
---|---|---|
committer | 2024-07-24 13:47:17 +0100 | |
commit | e665f1df2752f2de14277feee3412e9d58799dda (patch) | |
tree | 4011847973efa9ab689d5bfe6ba89719281e2855 /dns | |
parent | Move trailing dot directory to .zone suffixed directory for DNS (diff) |
Update split_extension in OctoDNS to `.zone`
Diffstat (limited to 'dns')
-rw-r--r-- | dns/production.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/production.yaml b/dns/production.yaml index 9dc6692..9279b7f 100644 --- a/dns/production.yaml +++ b/dns/production.yaml @@ -10,7 +10,7 @@ providers: directory: dns/zones default_ttl: 300 enforce_order: true - split_extension: "." + split_extension: ".zone" cloudflare: class: octodns_cloudflare.CloudflareProvider token: env/CLOUDFLARE_TOKEN |