Create Caddyfile-dns

This commit is contained in:
tschettervictor
2024-09-15 15:25:09 -06:00
committed by GitHub
parent 8a948e5854
commit 35ee51497c

View File

@@ -0,0 +1,18 @@
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
email youremailhere
}
yourhostnamehere {
respond "Hello, world!"
tls {
dns dns_plugin api_token
}
log {
output file /var/log/yourhostnamehere.log
}
}