Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hairyhenderson/henet-ipupdater
- Owner: hairyhenderson
- Created: 2016-08-02T01:54:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T00:55:41.000Z (over 3 years ago)
- Last Synced: 2024-12-18T05:27:06.248Z (about 2 months ago)
- Topics: client, ddclient, devops, docker, dynamic-dns-client, dynamic-ip, dyndns, golang, hacktoberfest, henet-ipupdater
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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