Skip to content

DNS01 Challenge Fields

Changes in sing-box 1.13.0

alidns.security_token cloudflare.zone_token

Structure

{
  "provider": "",

  ... // Provider Fields
}

Provider Fields

Alibaba Cloud DNS

{
  "provider": "alidns",
  "access_key_id": "",
  "access_key_secret": "",
  "region_id": "",
  "security_token": ""
}
security_token

Since sing-box 1.13.0

The Security Token for STS temporary credentials.

Cloudflare

{
  "provider": "cloudflare",
  "api_token": "",
  "zone_token": ""
}
zone_token

Since sing-box 1.13.0

Optional API token with Zone:Read permission.

When provided, allows api_token to be scoped to a single zone.