brianreumere / gandi-automatic-dns

Dynamic DNS shell script for Gandi
Other
100 stars 22 forks source link

Add ipv6 support, get compatible with Linux ifconfig output #5

Closed gilles-chanteperdrix closed 9 years ago

brianreumere commented 9 years ago

Added IPv6/AAAA record support in f9170b2b6d880f81033414dfc59981d184f6876d. I adjusted the regex's a bit to remain compatible with basic regular expression syntax.

brianreumere commented 9 years ago

Screwed up the initial commit a bit, but as of 00b45734f9c49a55637ad8dd89be9d2e65f83539 everything should be working as far as IPv6 and Linux.

brianreumere commented 9 years ago

I lied again but was able to test on Linux with IPv6 addresses today and it's working now.

gilles-chanteperdrix commented 9 years ago

Hi, I just checked your latest revision, and it works like a charm both for IPv4 and IPv6 on Linux. I was still using my old version up to now.

Regards.