Sign inSign up

aazario/duckdns

By aazario

Updated almost 2 years ago

Updates your Duck DNS IP address automatically

Image
0

1.9K

aazario/duckdns repository overview

Quick reference

What is Duck DNS Updater?

Updates your Duck DNS IP address automatically at the frequency specified. Use alpine as a minimal base image for performing curl requests.

Variables

  • DUCKDNS_TOKEN: Duck DNS account token (obtained from Duck DNS)
  • DUCKDNS_DOMAIN: Full Duck DNS domain (e.g. foo.duckdns.org), you can also pass a comma separated (no spaces) list of domains (e.g. foo.duckdns.org,bar.duckdns.org)
  • DUCKDNS_IP: You can if you need to hard code an IP (best not to - leave it blank and they detect your remote ip)
  • DUCKDNS_DELAY: Delay between IP address updates (by default 5 minutes)

Usage

docker run \
    -e DUCKDNS_TOKEN=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX \
    -e DUCKDNS_DOMAIN=foo.duckdns.org \
    -e DUCKDNS_DELAY=5 \
    -d aazario/duckdns

Tag summary

Content type

Image

Digest

sha256:5043924c6

Size

5 MB

Last updated

almost 2 years ago

docker pull aazario/duckdns