dynamic-dns-netcup-api
dynamic-dns-netcup-api copied to clipboard
A simple dynamic DNS client written in PHP for use with the netcup DNS API.
Add option to specify a custom IP address as parameter. Can be useful if script is running inside Docker container or you want to read IP address from different sources...
Not sure, if I missed that option. It should be possible to specify the config file on the command line. In my personal hack it looks like this: ``` diff...
Before a login starts the public and the local stored IP will be compared After renewal ip the new ip is saved local Are ip's equal --force can be used...
This adds a switch `USE_IPV4` which can be used to disable updating the "A" record. A default setting to `true` is done in `config-dist.php`. Set `USE_IPV4` to `false` and `USE_IPV6`...
The code quality in the curl retry logic is pretty bad. It works, but it needs to be improved and reworked.
Just wanted to leave my suggestion to reduce the frequency of the api calls. Many modern router offer a dyndns feature. I published a dummy GET endpoint in my local...
I would like to document the changes of my external IP and perform some action once then change. Though I could as well write my own "detection script", I'd rather...