CloudflareUpdater

Updates your Cloudflare domains with your server's IP

Total Downloads: 101 - First Release: Mar 20, 2017 - Last Update: Mar 20, 2017

5/5, 2 likes
  1. PsychoTea submitted a new resource:

    CloudflareUpdater - Updates your Cloudflare domains with your server's IP

    Read more about this resource...
     
  2. thanx for the plugin! I kinda got it working ^_^ I can get it to work on the zone name as a whole but if I try subdomains i get errors.

    This json works fine
    Code:
    {
      "API Key": "xxx",
      "Domain Names - Use Proxy": {
        "xxx.com": false
      },
      "Login Email": "[email protected]",
      "Seconds Between Updates": 300,
      "Zone Name": "xxx.com"
    }
    but this one with a subdomain does not
    Code:
    {
      "API Key": "xxx",
      "Domain Names - Use Proxy": {
        "play.xxx.com": false
      },
      "Login Email": "[email protected]",
      "Seconds Between Updates": 300,
      "Zone Name": "xxx.com"
    }
    or with it altered to
    Code:
    {
        "play.xxx.com": true,
        "xxx.com": false,
    }
    and throws this error
    Code:
    Web request callback raised an exception (IndexOutOfRangeException: Array index is out of range.) at Oxide.Plugins.CloudflareUpdater+<GetRecordID>c__AnonStorey1.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00000] in <filename unknown>:0
    Web request callback raised an exception (IndexOutOfRangeException: Array index is out of range.) at Oxide.Plugins.CloudflareUpdater+<GetRecordID>c__AnonStorey1.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00000] in <filename unknown>:0