ddnss.de #555

Open
opened 2025-11-20 04:24:53 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @d2009 on GitHub (Sep 18, 2025).

I need this Service:

ddnss.de

Parameters:
Update-URL: https://www.ddnss.de/upd.php?user=&pwd=&host=&ip=&ip6=

Domainnam: xxx.ddnss.de
User:
Password:

Originally created by @d2009 on GitHub (Sep 18, 2025). I need this Service: ddnss.de Parameters: Update-URL: https://www.ddnss.de/upd.php?user=<username>&pwd=<pass>&host=<domain>&ip=<ipaddr>&ip6=<ip6addr> Domainnam: xxx.ddnss.de User: Password:
Author
Owner

@d2009 commented on GitHub (Sep 19, 2025):

2025-09-19T21:46:40Z INFO Settings summary:
├── HTTP client
| └── Timeout: 10s
├── Update
| ├── Period: 5m0s
| └── Cooldown: 5m0s
├── Public IP fetching
| ├── HTTP enabled: yes
| ├── HTTP IP providers
| | └── all
| ├── HTTP IPv4 providers
| | └── all
| ├── HTTP IPv6 providers
| | └── all
| ├── DNS enabled: yes
| ├── DNS timeout: 3s
| └── DNS over TLS providers
| └── all
├── Resolver: use Go default resolver
├── Server
| ├── Listening address: :8000
| └── Root URL: /
├── Health
| └── Server listening address: 127.0.0.1:9999
├── Paths
| ├── Data directory: /updater/data
| ├── Config file: /updater/data/config.json
| └── Umask: system default
├── Backup: disabled
└── Logger
├── Level: info
└── Caller: hidden
2025-09-19T21:46:40Z INFO reading JSON config from file /updater/data/config.json
2025-09-19T21:46:40Z INFO Found single setting to update record
2025-09-19T21:46:40Z INFO Reading history from database: domain .ddnss.de owner @ ipv6
2025-09-19T21:46:40Z INFO [healthcheck server] health http server listening on 127.0.0.1:9999
2025-09-19T21:46:40Z INFO [http server] http server listening on [::]:8000
2025-09-19T21:46:40Z INFO [backup] disabled
2025-09-19T21:46:40Z ERROR obtaining ipv6 address: after 3 tries, errors were: Get "https://ip6.nnev.de": dial tcp [2a01:4f8:191:7510::1]:443: connect: network is unreachable, dial tcp6 [2606:4700:4700::1111]:853: connect: network is unreachable, Get "https://ipv6.wtfismyip.com/text": dial tcp [2607:5300:203:26a1::acab:f001]:443: connect: network is unreachable
2025-09-19T21:46:40Z WARN Skipping update for tecklenburg.ddnss.de because ipv6 address was not found

@d2009 commented on GitHub (Sep 19, 2025): 2025-09-19T21:46:40Z INFO Settings summary: ├── HTTP client | └── Timeout: 10s ├── Update | ├── Period: 5m0s | └── Cooldown: 5m0s ├── Public IP fetching | ├── HTTP enabled: yes | ├── HTTP IP providers | | └── all | ├── HTTP IPv4 providers | | └── all | ├── HTTP IPv6 providers | | └── all | ├── DNS enabled: yes | ├── DNS timeout: 3s | └── DNS over TLS providers | └── all ├── Resolver: use Go default resolver ├── Server | ├── Listening address: :8000 | └── Root URL: / ├── Health | └── Server listening address: 127.0.0.1:9999 ├── Paths | ├── Data directory: /updater/data | ├── Config file: /updater/data/config.json | └── Umask: system default ├── Backup: disabled └── Logger ├── Level: info └── Caller: hidden 2025-09-19T21:46:40Z INFO reading JSON config from file /updater/data/config.json 2025-09-19T21:46:40Z INFO Found single setting to update record 2025-09-19T21:46:40Z INFO Reading history from database: domain <domain>.ddnss.de owner @ ipv6 2025-09-19T21:46:40Z INFO [healthcheck server] health http server listening on 127.0.0.1:9999 2025-09-19T21:46:40Z INFO [http server] http server listening on [::]:8000 2025-09-19T21:46:40Z INFO [backup] disabled 2025-09-19T21:46:40Z ERROR obtaining ipv6 address: after 3 tries, errors were: Get "https://ip6.nnev.de": dial tcp [2a01:4f8:191:7510::1]:443: connect: network is unreachable, dial tcp6 [2606:4700:4700::1111]:853: connect: network is unreachable, Get "https://ipv6.wtfismyip.com/text": dial tcp [2607:5300:203:26a1::acab:f001]:443: connect: network is unreachable 2025-09-19T21:46:40Z WARN Skipping update for tecklenburg.ddnss.de because ipv6 address was not found
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#555