From 37162df106b6761729262fe0889769f71d2b3da2 Mon Sep 17 00:00:00 2001 From: hiperman Date: Sat, 29 Nov 2025 20:46:39 -0500 Subject: [PATCH] refactor: remove unused vars --- defaults/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/defaults/main.yaml b/defaults/main.yaml index e64b0a3..77cdbfe 100755 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -28,7 +28,6 @@ ddclient_postscript: "" # Script to run after update # IP Detection configuration ddclient_ipv4_detection: - static_ip: "" # Set static IP address (skips detection) method: webv4 # Method: ip, if, web, fw, cmd source: dyndns # Source for web/fw methods address: "" # IP address for method=ip @@ -37,7 +36,6 @@ ddclient_ipv4_detection: skip: "" # Pattern to skip in output ddclient_ipv6_detection: - static_ip: "" # Set static IP address (skips detection) method: webv6 # Method: ip, if, web, fw, cmd source: dyndns # Source for web/fw methods address: "" # IP address for method=ip