ddns-updater
ddns-updater copied to clipboard
Container to update DNS records periodically with WebUI for many DNS providers
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...
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...
1. What's the feature? Reload the app when the config file is changed without having to restart the container 2. Extra information?
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...
1. What's the feature? Support for AWS Route 53 2. Extra information?
Can you add support for protocol "dyndns2" with variable providers? Need it for dyndns.berlin Howto: https://dyndns.berlin/update-via-ddclient-unter-unix/
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
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
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...