maksimstojkovic / docker-duckdns-local

🦆 Automatic Duck DNS Local IP Address Updates in Docker

Home Page:https://hub.docker.com/repository/docker/maksimstojkovic/duckdns-local

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duck DNS Local IP Updater

Build Status Docker Pulls Docker Stars Docker Image Size (latest by date) Docker Image Version (latest by date)

Updates DuckDNS to the host's local network IP address at the frequency specified.

Variables

  • TOKEN: DuckDNS account token (obtained from Duck DNS).
  • SUBDOMAIN: DuckDNS subdomain (e.g. test from test.duckdns.org).
  • DELAY: Delay between IP address updates (e.g. 5, 5 minutes or more recommended).
  • INTERFACE: Network interface to poll for IP address (e.g. wlan0, eth0)).

Recommended docker run Command

docker run -d --name duckdns -e TOKEN=<token> -e SUBDOMAIN=<subdomain> -e DELAY=<delay> -e INTERFACE=<interface> --network host --restart unless-stopped maksimstojkovic/duckdns-local

For example:

docker run -d --name duckdns -e TOKEN=XXXXX -e SUBDOMAIN=XXXXX -e DELAY=5 -e INTERFACE=wlan0 --network host --restart unless-stopped maksimstojkovic/duckdns-local

About

🦆 Automatic Duck DNS Local IP Address Updates in Docker

https://hub.docker.com/repository/docker/maksimstojkovic/duckdns-local

License:MIT License


Languages

Language:Shell 83.0%Language:Dockerfile 17.0%