github TimothyYe/godns v2.8.9

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

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]

Don't miss a new godns release

NewReleases is sending notifications on new releases.