GoDoxy/docs/dns_providers.md

1.1 KiB

Supported DNS Providers

Cloudflare

auth_token your zone API token

Follow this guide to create a new token with Zone.DNS read and edit permissions

CloudDNS

  • client_id

  • email

  • password

DuckDNS

  • token: DuckDNS Token

Tested by earvingad

OVHCloud

Note, application_key and oauth2_config CANNOT be used together

  • api_endpoint: Endpoint URL, or one of
    • ovh-eu,
    • ovh-ca,
    • ovh-us,
    • kimsufi-eu,
    • kimsufi-ca,
    • soyoustart-eu,
    • soyoustart-ca
  • application_secret
  • application_key
  • consumer_key
  • oauth2_config: Client ID and Client Secret
    • client_id
    • client_secret

Implement other DNS providers

See add_dns_provider.md