hairyhenderson / henet-ipupdater

πŸ”ƒ A program that periodically updates dynamic IPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built for ARM

hairyhenderson/henet-ipupdater

A simple script to periodically update the correct IPv4 client IP for IPv6 tunnels from https://tunnelbroker.he.net.

It runs in a Docker container, and exits after a given delay. Docker's --restart=always can be used to ensure this runs in a continuous loop.

Usage

$ docker run -d -e DELAY=720 -e HOSTNAME=foo.example.com -e APIKEY=bar --restart=always hairyhenderson/henet-ipupdater

License

The MIT License

Copyright (c) 2016-2019 Dave Henderson

About

πŸ”ƒ A program that periodically updates dynamic IPs


Languages

Language:Shell 100.0%