-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hi,
here is my ddclient.conf:
daemon=30
syslog=yes
pid=/var/run/ddclient/ddclient.pid
use=web, web=http://checkip.amazonaws.com/
protocol=dyndns2
server=dynv6.com
login=none
password='password'
host=domain.dns.armyWhen the container starts the ip is registered correctly at dns.army. When I manually delete the record at dns.army it should reappear after 30s, but it doesn't. Even after 30 min it doesn't get registered again, I have to restart the whole container.
Expected Behavior
It should register the IP every 30s at the dyndns endpoint.
Steps To Reproduce
Just deploy your docker container with latest image and use my ddclient.conf.
Environment
- OS: TrueNAS Scale 25.04.1 (Debian 12)
- preinstalled on TrueNAS ScaleCPU architecture
arm64
Docker creation
services:
ddclient:
image: lscr.io/linuxserver/ddclient:latest
container_name: ddclient
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /mnt/pool-nvme1-data/app-config-storage/ddclient/config:/config
restart: unless-stoppedContainer logs
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: v4.0.0-ls205
Build-date: 2025-08-05T07:05:14+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
Setting up watches.
Watches established.
[ls.io-init] done.
SUCCESS: [dyndns2][domain.dns.army]> IPv4 address set to <My Public IP>Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Done