Skip to content

caddy-dns/bunny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunny.net module for Caddy

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

Caddy module name

dns.providers.bunny

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": "bunny",
				"access_key": "{env.BUNNY_API_KEY}"
			}
		}
	}
}

or with the Caddyfile:

tls {
	acme_dns bunny {env.BUNNY_API_KEY}
}

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

Authenticating

To authenticate you need to supply a Bunny.net API Key.

About

Caddy module: dns.providers.bunny

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages