Skip to content
generated from caddy-dns/template

This is a caddy plugin for Hurricane Electric DNS

License

Notifications You must be signed in to change notification settings

piajesse/he-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVELOPER INSTRUCTIONS:

  • Update dependencies to latest versions
  • Customize configuration and Caddyfile parsing
  • Update godocs / comments (especially provider name and nuances)
  • Update README and remove this section

HE module for Caddy

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

Caddy module name

dns.providers.he

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": "provider_name",
				"api_token": "YOUR_PROVIDER_API_TOKEN"
			}
		}
	}
}

or with the Caddyfile:

# globally
{
	acme_dns provider_name ...
}
# one site
tls {
	dns provider_name ...
}

About

This is a caddy plugin for Hurricane Electric DNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages