Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hairyhenderson/henet-ipupdater

🔃 A program that periodically updates dynamic IPs
https://github.com/hairyhenderson/henet-ipupdater

client ddclient devops docker dynamic-dns-client dynamic-ip dyndns golang hacktoberfest henet-ipupdater

Last synced: 1 day ago
JSON representation

🔃 A program that periodically updates dynamic IPs

Awesome Lists containing this project

README

        

![Built for ARM][arm-arch-image]

# 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

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

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2016-2019 Dave Henderson

[arm-arch-image]: https://img.shields.io/badge/built%20for-ARM-blue.svg?style=flat