Skip to content

caddy-dns/websupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caddy DNS Websupport provider (wrapper)

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
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages