github TimothyYe/godns V1.9.4
V1.9.4 Add API Token support for Cloudflare

latest releases: v3.3.6, v3.3.5, v3.3.4...
6 years ago

See issue #41

Configuration file example:

{
  "provider": "Cloudflare",
  "login_token": "API Token",
  "domains": [{
      "domain_name": "example.com",
      "sub_domains": ["www","test"]
    },{
      "domain_name": "example2.com",
      "sub_domains": ["www","test"]
    }
  ],
  "ip_url": "https://myip.biturl.top",
  "interval": 300,
  "socks5_proxy": ""
}

Don't miss a new godns release

NewReleases is sending notifications on new releases.