Updates your Duck DNS IP address automatically
1.9K
Dockerfile linksUpdates your Duck DNS IP address automatically at the frequency specified. Use alpine as a minimal base image for performing curl requests.
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)docker run \
-e DUCKDNS_TOKEN=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX \
-e DUCKDNS_DOMAIN=foo.duckdns.org \
-e DUCKDNS_DELAY=5 \
-d aazario/duckdns
Content type
Image
Digest
sha256:5043924c6…
Size
5 MB
Last updated
almost 2 years ago
docker pull aazario/duckdns