Releases: TimothyYe/godns
Releases · TimothyYe/godns
v2.9.0
v2.8.9
Changelog
- d0a3b72 Try to fix get IP API that has failed sometimes. (#185)
- cf690d1 fix get online ip issue
- 401fef1 fix lint warnings
- 50834c5 fix(run_once): in case of error, exit with code 1 (#184)
- 53cdbc8 format code
- 61661da rename internal variables
- a39e365 update lint rule
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]