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.