Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/noip
No-IP Dynamic DNS client with docker container and docker-compose file
https://github.com/johnandersen777/noip
Last synced: about 15 hours ago
JSON representation
No-IP Dynamic DNS client with docker container and docker-compose file
- Host: GitHub
- URL: https://github.com/johnandersen777/noip
- Owner: johnandersen777
- License: wtfpl
- Created: 2016-11-10T04:53:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T05:26:10.000Z (about 8 years ago)
- Last Synced: 2024-10-24T09:12:30.596Z (25 days ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# No-IP Dynamic DNS Client [![Build Status](https://travis-ci.org/pdxjohnny/noip.svg?branch=master)](https://travis-ci.org/pdxjohnny/noip)
No-IPs client is really old from what I can tell so it probably has a ton of
CVEs in it. On a brighter note this uses go so if you've got the latest version
of go then you should be ok using this client. It looks for environment
variables and then sends them to No-IPs api every ten minutes to keep your
domain pointing in the right place.## Environment Variables - In docker-compose file for ease of use
```yaml
version: '2'services:
noip:
image: pdxjohnny/noip
restart: always
environment:
email: username
username: username
password: password
hostname: comma.seperated,list.of,host.names
```