MCPcopy Index your code
hub / github.com/caddy-dns/tencentcloud

github.com/caddy-dns/tencentcloud @v0.4.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.4.3 ↗ · + Follow
5 symbols 8 edges 1 files 4 documented · 80%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Tencent Cloud DNS (DNSPod) module for Caddy

This package contains a DNS provider module for Caddy. It can be used to manage DNS records with Tencent Cloud (as is https://www.tencentcloud.com or https://cloud.tencent.com) accounts.

Caddy module name

dns.providers.tencentcloud

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": "tencentcloud",
        "secret_id":  "TENCENTCLOUD_SECRET_ID",
        "secret_key": "TENCENTCLOUD_SECRET_KEY"
      }
    }
  }
}

or with the Caddyfile:

# globally

acme_dns tencentcloud {
  secret_id {env.TENCENTCLOUD_SECRET_ID}
  secret_key {env.TENCENTCLOUD_SECRET_KEY}
}
# one site

tls {
  dns tencentcloud {
    secret_id {env.TENCENTCLOUD_SECRET_ID}
    secret_key {env.TENCENTCLOUD_SECRET_KEY}
  }
}

You can replace {env.TENCENTCLOUD_SECRET_ID},{env.TENCENTCLOUD_SECRET_KEY} with the actual auth token in the "" if you prefer to put it directly in your config instead of an environment variable.

Authenticating

See the associated README in the libdns package for important information about credentials.

Core symbols most depended-on inside this repo

init
called by 0
tencentcloud.go
CaddyModule
called by 0
tencentcloud.go
Provision
called by 0
tencentcloud.go
UnmarshalCaddyfile
called by 0
tencentcloud.go

Shape

Method 3
Function 1
Struct 1

Languages

Go100%

Modules by API surface

tencentcloud.go5 symbols

For agents

$ claude mcp add tencentcloud \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact