Skip to content

Releases: TimothyYe/godns

v2.9.0

01 Oct 10:25
536e819
Compare
Choose a tag to compare

Changelog

  • 536e819 backward compatible for the ip_url config setting (#190)

v2.8.9

26 Aug 15:23
cf690d1
Compare
Choose a tag to compare

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]

v2.8.8

05 Aug 16:34
928302a
Compare
Choose a tag to compare

Changelog

  • 928302a add proxied option for Cloudflare provider
  • f2c6906 fix creating root record issue for cloudflare provider

v2.8.7

30 Jul 09:16
17493ec
Compare
Choose a tag to compare

Changelog

v2.8.6

29 Jul 16:03
6f410f2
Compare
Choose a tag to compare

Changelog

v2.8.5

22 Jul 14:18
9f84877
Compare
Choose a tag to compare

Changelog

  • 9f84877 auto create domain records for Cloudflare provider, fix #167 (#168)

v2.8.4

13 Jul 15:40
001bb15
Compare
Choose a tag to compare

Changelog

v2.8.3

11 Jul 03:34
268131b
Compare
Choose a tag to compare

Changelog

  • 268131b remove proxy switch from notification settings, use global proxy switch

v2.8.2

10 Jul 14:56
5621ec6
Compare
Choose a tag to compare

Changelog

v2.8.1

06 Jul 02:28
8eb7c70
Compare
Choose a tag to compare

Changelog