Create Caddyfile-dns

This commit is contained in:
tschettervictor
2024-09-14 18:32:38 -06:00
committed by GitHub
parent b6ff4c7756
commit 61db078d80

View File

@@ -0,0 +1,18 @@
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
email youremailhere
}
yourhostnamehere {
reverse_proxy * localhost:4567
tls {
dns dns_plugin api_token
}
log {
output file /var/log/yourhostnamehere.log
}
}