Skip to content

Docker container for running the noip2 free dynamic DNS script.

License

Notifications You must be signed in to change notification settings

lcarnevale/docker-noip2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

No-IP2 Service

This is a docker container for running the noip2 free dynamic DNS script. The service allows to remote access your computer, DVR, webcam, security camera or any internet connected device easily.

Quick Start

Setup a free account in www.noip.com.

Build the docker container:

docker build -t lcarnevale/noip2 .

Run the docker container with environment variables:

docker run -d --name noip2 \
  -e USERNAME=<username> \
  -e PASSWORD=<password> \
  -e INTERVAL=<interval> \
  lcarnevale/noip2

About

Docker container for running the noip2 free dynamic DNS script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published