dyndns Plugin

This feature does not come with Caddy by default. To get it, select the dyndns plugin when you download Caddy.

Using cloudflare, pdd.yandex or dnspod as in dynamic dns mode

Full documentation

Examples

Full directive config example

dyndns { provider cloudflare ipaddress http://whatismyip.akamai.com/ auth *****af380b8d3 *****@*****.com domains *****.com www.*****.com period 30m }

provider: cloudflare/yandex/dnspod - name dns provider; ipaddress: http/remote/local/xxx.xxx.xxx.xxx - get external IP from remote server (http://whatismyip.akamai.com/, http://ipv4.myexternalip.com/raw or other with body in RAW format)/get remote IP auto in local mode/ get local IP auto)/Hand your IP xxx.xxx.xxx.xxx; auth: AuthApikeyToken - authentification token and via space Email - email address (for yandex - not present); domains: name.tld - list of domains to update via space symbol; period: XXs/XXm/XXh/XXd - time period IP update (s - seconds, m - minutes, h - hours, d - days)

Related Links

Documentation

Access the full documentation for this plugin off-site:

Docs

Plugin Help

Get help from the maintainers of the dyndns plugin:

Support

Plugin Website

Visit dyndns’s website for more information:

Website

Plugin Author: Linkonoid

Last Updated: 14 May 2019, 6:57 PM

This plugin is independent of the Caddy project and is not endorsed or maintained by Caddy developers. Use at your own risk. Do not file issues for this plugin on Caddy’s bug tracker.