diff options
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 |