CloudFlare Module

The Cloudflare module enables the automatic creation of DNS records in CloudFlare (cloudflare.com).

Standard configuration:

{
  "email": "me@example.com",
  "domain": "example.com",
  "apiToken": "your_api_token",
  "zoneID": "your_zone_id",
  "groups": [
    {
      "group": "Proxy",
      "sub": "@",
      "priority": 1,
      "weight": 1
    }
  ]
}

Last updated