Skip to content

Commit 66b94ef

Browse files
authored
Comment out curl setting in ddclient config (#2773)
Comment out the curl setting to work around ddclient parsing bug. Signed-off-by: enoch85 <[email protected]>
1 parent eef9655 commit 66b94ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/ddclient-configuration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ use=web, web=https://api.ipify.org
185185
# Work around ddclient 3.10.0+ parsing bug by using curl
186186
# See: https://github.com/ddclient/ddclient/issues/499
187187
# and: https://github.com/nextcloud/vm/issues/2754
188-
curl=yes
188+
# curl=yes
189189
190190
# DDNS-service specific setting
191191
# Provider=$PROVIDER

0 commit comments

Comments
 (0)