Sign inSign up

pdxjohnny/noip

By pdxjohnny

Updated almost 10 years ago

No-IP Dynamic DNS Client with docker container and docker-compose file

Image
0

3.5K

pdxjohnny/noip repository overview

No-IP Dynamic DNS Client Build Status

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.

Environment Variables - In docker-compose file for ease of use

version: '2'

services:

  noip:
    image: pdxjohnny/noip
    restart: always
    environment:
      email: username
      username: username
      password: password
      hostname: comma.seperated,list.of,host.names

Tag summary

Content type

Image

Digest

Size

4.7 MB

Last updated

almost 10 years ago

docker pull pdxjohnny/noip