github TimothyYe/godns V1.9.5
V1.9.5 Add IPv6 support to Cloudflare

latest releases: v3.3.5, v3.3.4, v3.3.3...
5 years ago

See issues #39 #50

Now only Cloudflare is supported, will integrate the other providers later.
For the configuration, please refer to https://github.com/TimothyYe/godns#ipv6-support

IPv6 mode configuration example:

{
  "provider": "Cloudflare",
  "login_token": "API_TOKEN",
  "domains": [
    {
      "domain_name": "example.com",
      "sub_domains": [
        "ipv6"
      ]
    }
  ],
  "ip_url": "https://myip.biturl.top",
  "ipv6_url": "https://api-ipv6.ip.sb/ip",
  "ip_type": "IPv6",
}

Don't miss a new godns release

NewReleases is sending notifications on new releases.