ddns-updater icon indicating copy to clipboard operation
ddns-updater copied to clipboard

Container to update DNS records periodically with WebUI for many DNS providers

Results 289 ddns-updater issues
Sort by recently updated
recently updated
newest added

Adds support for [TransIP](https://www.transip.nl/), resolves #254 Tested locally, and seemed to work like a charm! Ipv6 and wildcards are both supported, and it will either create a new entry, or...

1. What's the feature? do.de FlexDNS update 2. Extra information? no

Test currently fails on Windows environments: ``` Error: Not equal: expected: "Settings summary:\n├── HTTP client\n| └── Timeout: 20s\n├── Update\n| ├── Period: 10m0s\n| └── Cooldown: 5m0s\n├── Public IP fetching\n| ├── HTTP...

… in Windows Fixes issue #982 `filepath.Join()` is for filesystem paths, `path.Join()` should be used for URLs instead, as described here: https://github.com/golang/go/issues/30616

Hi Please ass simply.com as a ddns provider. You can finde the API here: https://www.simply.com/dk/docs/api/

**TLDR**: GET request fails due to invalid URL 1. Is this urgent: Maybe? 2. DNS provider(s) you use: Ionos 3. Program version: `Running version 2.9.0 built on 2024-12-24T10:43:16Z (commit 78f30614b1d085ef6bfbfce92b0e45ca0204f42a)`...

DDNS updater for domain (A record) under CloudDNS.net This is the url to be executed in order to update an record: wget -q --read-timeout=0.0 --waitretry=5 --tries=400 --background https://ipv4.cloudns.net/api/dynamicURL/?q="KEY" or https://ipv4.cloudns.net/api/dynamicURL/?q="KEY"...

On the web dashboard, I can see the duration of the current external IP in "XhYmZs ago" (hours, minutes and seconds). But for longer durations like several days, weeks or...

**TLDR**: *DDNS updater can't determine IP -> timeout* 1. Is this urgent: Yes 2. DNS provider(s) you use: netcup and cloudflare (see config) 3. Program version: 2.9.0 4. What are...

My home network changes IP every 72 hours, but the ddns-updater fails to update the IP after 72 hours. There is no log entry indicating the update attempt during this...