fix: wire up exec, fw auth vars, and prune dead detection keys

- Template now emits `exec=` so ddclient_exec actually toggles dry-run (was documented and defaulted but never written to the config).
- Rename fw_login/fw_password defaults to ddclient_fw_login/ddclient_fw_password to match what the template reads; previous names were silently dead.
- Drop unused address/interface/command/skip keys from the ddclient_ipv{4,6}_detection defaults — the template only reads method/source/skip_pattern. Fix the `# Method:` comments to list the v4/v6-suffixed names actually in use.
This commit is contained in:
2026-06-24 21:42:25 -04:00
parent 928e98a115
commit 9057c453ad
2 changed files with 10 additions and 14 deletions
+1
View File
@@ -48,6 +48,7 @@ debug={{ ddclient_debug | ternary('yes', 'no') }}
# ============================================================
# Update Behavior
# ============================================================
exec={{ ddclient_exec | ternary('yes', 'no') }}
retry={{ ddclient_retry | ternary('yes', 'no') }}
force={{ ddclient_force | ternary('yes', 'no') }}
{% if ddclient_postscript %}