feat: add cloudflare auto ttl

This commit is contained in:
2026-03-15 19:34:38 +03:00
parent 735e2052e8
commit 4dbe4da184
3 changed files with 27 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ PUBLIC_IPV6=
# TTL (in seconds) for all generated DNS records.
RECORD_TTL=300
# Enable Cloudflare automatic TTL handling in OctoDNS-generated records:
# octodns.cloudflare.auto-ttl: true
# true - include provider-specific auto-ttl metadata
# false - do not include provider-specific metadata
CF_AUTO_TTL=true
# ── DNS Git repository ────────────────────────────────────────────────────────
# Absolute path to the pre-cloned DNS OctoDNS repository on the local filesystem.