mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-03 19:23:54 +01:00
Create Caddyfile-dns
This commit is contained in:
18
caddy/includes/Caddyfile-dns
Normal file
18
caddy/includes/Caddyfile-dns
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user