Skip to content

Releases: boris1993/dnsupdater

v3.0.0

04 Jun 16:02
52797ec
Compare
Choose a tag to compare

⚠️ This is an breaking change and won't support the config file in v2.x.x and before. ⚠️

  • You can now use IP address APIs which returns JSON.
  • A dedicated switch is added to IPv4 and IPv6. You can only check and update IPv4 or IPv6 now.
  • Prettified the configuration file.

⚠️ 这是一个大改动,v2.x.x 及过去版本的配置文件将不被兼容 ⚠️

  • 你现在可以用返回JSON的IP地址接口了
  • 为IPv4和IPv6增加了单独的开关,现在你可以选择只检查和更新IPv4或IPv6
  • 配置文件的结构现在变得更合理了

v3.0.0-alpha2

04 Jun 16:00
52797ec
Compare
Choose a tag to compare
v3.0.0-alpha2 Pre-release
Pre-release
build: fix build.yml

Correctly setting the environment variable here

v3.0.0-alpha1

04 Jun 15:56
c85ab3a
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release
build: fix Makefile

[v2.0.2] Minor code refactor

14 Sep 16:30
e0bcb7c
Compare
Choose a tag to compare
  • Deprecating configuration AuthEmail
  • Minor code refactor
  • Supporting more platforms
  • Migrating CI/CD to GitHub Actions

[v2.0.1] Fixed a bug that incorrectly comparing 2 IP addresses

28 Nov 15:27
0f647ec
Compare
Choose a tag to compare

Fixed a bug that incorrectly comparing 2 IP address.

[v2.0.0] Provide IPv6 support

28 Nov 13:15
f4bce40
Compare
Choose a tag to compare

dnsupdater can handle updating AAAA records now.

This version is not compatible with the previous version so do REMEMBER TO UPDATE your config.yaml with the latest template before using it.

Removed IPv6 support

19 Mar 04:01
cfa7ee8
Compare
Choose a tag to compare

Not support updating IPv6 addresses anymore. And as far as I can see, I won't provide any support for IPv6 in the future.

The property DomainType has also been removed so please remember to update your config.yaml.

Support updating IPv6 records on CloudFlare

23 Jan 09:45
14b876b
Compare
Choose a tag to compare

DO NOT USE THIS VERSION FOR UPDATING IPv6 RECORDS
THE IPv6 SUPPORT IS NOT COMPLETE AND I REMOVED IT IN THE NEXT VERSION


Support updating IPv6 records for fixing issue #44

There is a new property called DomainType for pointing out which type this DNS record is, please make sure you've updated your config.yaml before using this version.

Known bugs:

  • Addresses with leading zeros(e.g. 2001:0db8:0000:0000:0000:ff00:0042:8329) and without leading zeros(e.g. 2001:db8:0:0:0:ff00:42:8329) will be treated as different addresses.
  • Addresses with consecutive sections of zeros(e.g. 2001:0db8:0000:0000:0000:ff00:0042:8329) and without consecutive sections of zeros(e.g. 2001:db8::ff00:42:8329) will be treated as different addresses.

v1.0.5

30 Mar 16:24
74d8522
Compare
Choose a tag to compare
Fix incorrect default name of the config file (#39)

Supports processing multiple CloudFlare DNS records

29 Mar 03:10
bc857e3
Compare
Choose a tag to compare

Supports processing multiple CloudFlare DNS records.

Also remember to update your config.yaml since the structure has changed.