caddy/Caddyfile.tmpl
2025-12-03 20:54:03 +01:00

9 lines
116 B
Cheetah

{
acme_dns desec {
token {env.GANDI_BEARER_TOKEN}
}
test.com {
reverse_proxy localhost:8080
}
}