All Versions
21
Latest Version
Avg Release Cycle
36 days
Latest Release
1274 days ago

Changelog History
Page 1

  • v2.3.1 Changes

    October 01, 2020

    ๐Ÿ›  Fix issue #58, check record type (IPv4/IPv6) while fetching the subdomains.

  • v2.3 Changes

    August 10, 2020
    • ๐Ÿ‘Œ Support No-IP provider.
    • ๐Ÿ›  Fixed some minor issues.
  • v2.2 Changes

    May 03, 2020
    • ๐Ÿ‘Œ Support DreamHost provider
    • ๐Ÿ‘ Allow using customized DNS resolver
  • v2.1.1 Changes

    April 30, 2020

    ๐Ÿ›  Fix issue #46

    โœ… Especially thanks @BradHemmingsen for providing the temporary domain to test.

    ๐Ÿณ Docker images:

    docker pull timothyye/godns:latest
    

    or

    docker pull timothyye/godns:2.1.1
    
  • v2.1 Changes

    March 21, 2020
  • v2.0 Changes

    February 07, 2020

    โž• Add IPv6 support for DNSPod, DuckDNS, Google Domains.
    ๐Ÿ‘ Please refer to https://github.com/TimothyYe/godns#ipv6-support

  • v1.9.6 Changes

    February 06, 2020

    ๐Ÿ”ง For the configuration, please refer to https://github.com/TimothyYe/godns#ipv6-support

  • v1.9.5 Changes

    February 06, 2020

    ๐Ÿ‘€ 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", }
    
  • v1.9.4 Changes

    February 05, 2020

    ๐Ÿ‘€ See issue #41

    ๐Ÿ”ง Configuration file example:

    { "provider": "Cloudflare", "login\_token": "API Token", "domains": [{ "domain\_name": "example.com", "sub\_domains": ["www","test"] },{ "domain\_name": "example2.com", "sub\_domains": ["www","test"] } ], "ip\_url": "https://myip.biturl.top", "interval": 300, "socks5\_proxy": ""}
    
  • v1.9.3

    September 04, 2019