GoDNS v1.9.5 Release Notes

Release Date: 2020-02-06 // about 4 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", }