Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 656 Bytes

rpi-noip

rpi-noip is a docker image of the official no-ip Dynamic DNS Update client

Getting started

  1. Setup an account in www.noip.com

  2. Run docker run -ti -v "noip:/usr/local/etc/" hypriot/rpi-noip noip2 -C

This step will ask for your noip credentials and generate the necessary configuration for your container to run

  1. Run docker run -v "noip:/usr/local/etc/" -d --restart=always hypriot/rpi-noip

This will start your noip container daemon and it will restart it even if you restart your pi, now you can access your device anywhere in the world as it will update the DNS automatically

License

MIT