Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 1.62 KB

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 1.62 KB

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