Skip to content

Quickstart

Update DynDNS FQDN

Update myhost.ddns.net at NoIP with a DDNS Key Username 68816xj and a DDNS Key Password v4UMHzugodpE:

ddflare set -s noip -t 68816xj:v4UMHzugodpE  myhost.ddns.net
docker run -ti --rm ghcr.io/ddflare/ddflare:0.7.0 set -s noip -t 68816xj:v4UMHzugodpE  myhost.ddns.net

Get the current public IP address

Retrieving the current public IP address is as easy as running:

ddflare get
docker run -ti --rm ghcr.io/ddflare/ddflare:0.7.0 get

ddflare queries the ipify.org service under the hood, which detects the public IP address used to reach the service.