refactor: remove unused vars
This commit is contained in:
@@ -28,7 +28,6 @@ ddclient_postscript: "" # Script to run after update
|
|||||||
|
|
||||||
# IP Detection configuration
|
# IP Detection configuration
|
||||||
ddclient_ipv4_detection:
|
ddclient_ipv4_detection:
|
||||||
static_ip: "" # Set static IP address (skips detection)
|
|
||||||
method: webv4 # Method: ip, if, web, fw, cmd
|
method: webv4 # Method: ip, if, web, fw, cmd
|
||||||
source: dyndns # Source for web/fw methods
|
source: dyndns # Source for web/fw methods
|
||||||
address: "" # IP address for method=ip
|
address: "" # IP address for method=ip
|
||||||
@@ -37,7 +36,6 @@ ddclient_ipv4_detection:
|
|||||||
skip: "" # Pattern to skip in output
|
skip: "" # Pattern to skip in output
|
||||||
|
|
||||||
ddclient_ipv6_detection:
|
ddclient_ipv6_detection:
|
||||||
static_ip: "" # Set static IP address (skips detection)
|
|
||||||
method: webv6 # Method: ip, if, web, fw, cmd
|
method: webv6 # Method: ip, if, web, fw, cmd
|
||||||
source: dyndns # Source for web/fw methods
|
source: dyndns # Source for web/fw methods
|
||||||
address: "" # IP address for method=ip
|
address: "" # IP address for method=ip
|
||||||
|
|||||||
Reference in New Issue
Block a user