Skip to content

caddy-dns/httpnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caddy-dns/httpnet

This package contains a DNS provider module for Caddy. It can be used to manage DNS records with http.net.

Caddy module name

dns.providers.httpnet

Config examples

To use this module for the ACME DNS challenge, configure the ACME issuer in your Caddy JSON like so:

{
  "module": "acme",
  "challenges": {
    "dns": {
      "provider": {
        "name": "httpnet",
        "auth_token": "YOUR_HTTPNET_AUTH_TOKEN"
      }
    }
  }
}

Or with the Caddyfile:

# globally
{
    acme_dns httpnet <auth_token>
}
# one site, inline token
tls {
    dns httpnet <auth_token>
}
# one site, block form with env-var placeholder
tls {
    dns httpnet {
        auth_token {env.HTTPNET_AUTH_TOKEN}
    }
}

Building with xcaddy

xcaddy build --with github.com/caddy-dns/httpnet

About

Caddy module: dns.providers.httpnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages