Skip to content

v2.8.9

Compare
Choose a tag to compare
@TimothyYe TimothyYe released this 26 Aug 15:23
· 84 commits to master since this release
cf690d1

Changelog

Breaking Changes

From this version, GoDNS support configuring with multiple URLs, the config filed ip_url has been changed to ip_urls:

JSON config file example:

"ip_urls": [
    "https://api.ipify.org",
    "https://myip.biturl.top",
    "https://ip4.seeip.org",
    "https://ipecho.net/plain",
    "https://api-ipv4.ip.sb/ip",
    "https://api.ip.sb/ip"
  ],

YAML config file example:

ip_urls: [https://api.ipify.org, https://api.ip.sb/ip]