Skip to content

caddy-dns/dynv6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

dynv6 module for Caddy

This package contains a DNS provider module for Caddy. It can be used to manage DNS records with dynv6 accounts.

Caddy module name

dns.providers.dynv6

Config examples

To use this module for the ACME DNS challenge, configure the ACME issuer in your Caddy JSON like so:

{
	"module": "acme",
	"challenges": {
		"dns": {
			"provider": {
				"name": "dynv6",
				"api_token": "{env.DYNV6_API_TOKEN}"
			}
		}
	}
}

or with the Caddyfile:

tls {
	dns dynv6 {env.DYNV6_API_TOKEN}
}

You can replace {env.DYNV6_API_TOKEN} with the actual auth token if you prefer to put it directly in your config instead of an environment variable.

Authenticating

See the associated README in the libdns package for important information about credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages