Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liara module for Caddy

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

Caddy module name

dns.providers.liara

Config examples

Important

Obtain your api-key from Liara's console.

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": "liara",
				"api_token": "secret"
				"ttl": 120,
			}
		}
	}
}

or with the Caddyfile:

# one site
tls {
	dns liara <api-token>
	dns_ttl 120s
}

Warning

Always set the ttl parameter, as Liara's api only accept certain TTL values. Pick one of these [120, 180, 300, 600, 900].

Important

You can use the OS environment variables in the Caddyfile. Here is how

About

Liara DNS provider for Caddy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages