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 209 ddns-updater issues
Sort by recently updated
recently updated
newest added

1. What's the feature? Update the UI to look more professional 2. Extra information? I have spent a little while playing with DDNS-Updater and decided that I'd like to contribute...

Status: 🔒 After next release
Category: Web UI 🖱️
Category: Good idea 🎯
Category: Motivated! 🙌

1. What's the feature? Add an environment variable for a command or a path to bash script, which will run on an IP change. 2. Extra information? Helpful for wireguard...

Status: 🗯️ Waiting for feedback
Status: 🔒 After next release
Priority: 💤 Low priority
Category: Good idea 🎯

1. What's the feature? Reload the app when the config file is changed without having to restart the container 2. Extra information?

Priority: 💤 Low priority
Complexity: ☣️ Hard to do
Category: Good idea 🎯

Please add [Syse](https://www.syse.no) provider. They have the following shell script available to update dns records if that helps ``` #!/bin/bash ZONE=example.com HOST=host.example.com KEY="" IP=$(wget -q https://api.ipify.org/ -O -) CACHE=/var/tmp/setip.cache SERVER=ns.syse.no...

Category: New provider 🆕

1. What's the feature? Support for AWS Route 53 2. Extra information?

Category: New provider 🆕
Category: Motivated! 🙌

Can you add support for protocol "dyndns2" with variable providers? Need it for dyndns.berlin Howto: https://dyndns.berlin/update-via-ddclient-unter-unix/

Category: New provider 🆕

https://www.twodns.de/en/api

Category: New provider 🆕

IWantMyName has allowed an API to update the IP curl -u "[username]:[password]" \ "https://iwantmyname.com/basicauth/ddns?hostname=[hostname1]&myip=[IP]" https://iwantmyname.com/blog/ddns-dynamic-dns-service-on-your-own-domain

Category: New provider 🆕

Could you add support for [checkdomain.de](https://checkdomain.de)? They have a REST-API with documentation at [developer.checkdomain.de](https://developer.checkdomain.de/reference/#records). Sandbox API is available at `sandbox.api.checkdomain.de`. Thank you

Category: New provider 🆕

I think adding support for per domain IP resolution could be a useful feature. I have two servers with different external IPs, one is my main server (SERVER_1), one is...

Priority: 💤 Low priority
Complexity: ☣️ Hard to do
Category: Good idea 🎯