DuckDNS


With the DuckDNS component you can keep your DuckDNS record up to date. DuckDNS is a free dynamic DNS service that allows you to point a subdomain under duckdns.org at your computer.

To use the component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
duckdns:
  domain: mysubdomain
  access_token: abcdefgh

Configuration Variables

domain

(string)(Required)Your duckdns subdomain (without the .duckdns.org suffix).

access_token

(string)(Required)Your DuckDNS access token. Log in to the site to get one.