Skip to content

caddy-dns/pph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPH module for Caddy

This package contains a DNS provider module for Caddy. It can be used to manage DNS records with api.pph.sh.

Caddy module name

dns.providers.pph

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": {
      "propagation_delay": "15s",
      "provider": {
        "name": "pph",
        "api_token": "YOUR_PROVIDER_API_TOKEN"
      }
    }
  }
}

or with the Caddyfile:

# global configuration
{
  acme_dns pph {env.YOUR_PPH_AUTH_API_TOKEN}
}
# per site configuration
your.domain.com {
    respond "Hello World"

    tls {
        dns pph {env.YOUR_PPH_AUTH_API_TOKEN}
        propagation_delay 15s
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages