matt1 / gandi-ddns

Simple script to update DNS A record of your domain dynamically using gandi.net's API
MIT License
109 stars 24 forks source link

support IPv6 #13

Open call-me-matt opened 8 months ago

call-me-matt commented 8 months ago

Hello, If I understand it correctly, the provider changes the prefix of private IPv6 addresses, so ddns is also needed for IPv6. The API used to determine the IPv4 address, also works for IPv6: https://api6.ipify.org (only works if you have an IPv6 address) In case you are interested, I can offer to implement this.