Releases: boris1993/dnsupdater
v3.0.0
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
build: fix build.yml Correctly setting the environment variable here
v3.0.0-alpha1
build: fix Makefile
[v2.0.2] Minor code refactor
- 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
Fixed a bug that incorrectly comparing 2 IP address.
[v2.0.0] Provide IPv6 support
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
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
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
Supports processing multiple CloudFlare DNS records
Supports processing multiple CloudFlare DNS records.
Also remember to update your config.yaml
since the structure has changed.