No-IP Dynamic DNS Client with docker container and docker-compose file
3.5K
No-IPs client is really old from what I can tell so it probably has a ton of CVEs in it. On a brighter note this uses go so if you've got the latest version of go then you should be ok using this client. It looks for environment variables and then sends them to No-IPs api every ten minutes to keep your domain pointing in the right place.
version: '2'
services:
noip:
image: pdxjohnny/noip
restart: always
environment:
email: username
username: username
password: password
hostname: comma.seperated,list.of,host.names
Content type
Image
Digest
Size
4.7 MB
Last updated
almost 10 years ago
docker pull pdxjohnny/noip