From aef7d76f10dcb03226263293d88708ab5dec6af0 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Sep 2024 12:06:16 -0500 Subject: [PATCH] updated ddclient --- mixed/compose.yml | 2 +- mixed/ddclient/config/ddclient.conf | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/mixed/compose.yml b/mixed/compose.yml index c56ec67..b593953 100755 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -16,7 +16,7 @@ services: ddclient: container_name: ddclient - image: lscr.io/linuxserver/ddclient:latest + image: lscr.io/linuxserver/ddclient::v3.11.2-ls173 environment: - PUID=${PUID} - PGID=${PGID} diff --git a/mixed/ddclient/config/ddclient.conf b/mixed/ddclient/config/ddclient.conf index 663fc8c..a12a45c 100755 --- a/mixed/ddclient/config/ddclient.conf +++ b/mixed/ddclient/config/ddclient.conf @@ -1,12 +1,10 @@ -# Even though we use -foreground, daemon= is still needed. -# It's value here is ignored, but it's needed. The value used is set in -# ddclient.in in the dockerfile. -daemon=0 -verbose=no +daemon=1800 ssl=yes -use=web, web=he # checkip.dns.he.net protocol=cloudflare -login=token -password=zo9ZmkECbgjvucm21XI8oYIMwrnuJmSU7q8PM8jL +use=web +web='https://cloudflare.com/cdn-cgi/trace' + +login=scott.wettstein@gmail.com +password= zone=wettsten.com -wettsten.com +wettsten.com \ No newline at end of file