mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-09-20 06:29:03 -03:00
Release v2.2.0
- Add native Zulip notification support via zulip:// shoutrrr URLs (#271) - Add ?messagekey= option for generic webhooks to rename the JSON payload field (#271) - Change DELETE_ON_FAILURE default to false: preserve existing DNS records and skip WAF list updates when IP detection fails (#277) - Document the local.iface.stable IPv6 provider and Helm chart added since v2.1.2 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -39,6 +39,12 @@ DOMAINS=example.com,www.example.com
|
||||
# Delete managed DNS records on shutdown (default: false)
|
||||
# DELETE_ON_STOP=false
|
||||
|
||||
# Delete managed DNS records when a provider definitively reports no address
|
||||
# of that family, e.g. "none" or an interface without one (default: false).
|
||||
# Transient detection errors (network failures) always preserve existing
|
||||
# records, regardless of this setting.
|
||||
# DELETE_ON_FAILURE=false
|
||||
|
||||
# === DNS Records ===
|
||||
|
||||
# TTL in seconds: 1=auto, or 30-86400 (default: 1)
|
||||
|
||||
Reference in New Issue
Block a user