This repository is a minimal Caddy wrapper for the libdns/websupport provider.
It exposes a Caddy module dns.providers.websupport that delegates DNS operations
to the libdns provider at github.com/libdns/websupport/.
Configuration (Caddyfile example):
tls {
dns websupport {
api_key {env.WEBSUPPORT_API_KEY}
api_secret {env.WEBSUPPORT_API_SECRET}
service_id {env.WEBSUPPORT_SERVICE_ID}
api_base https://rest.websupport.sk/v2
}
}