the Updateurl is stated as
http://dynv6.com/api/update?hostname=<domain>&token=<username>&ipv4=<ipaddr> http://dynv6.com/api/update?hostname=<domain>&token=<username>&ipv6=<ip6addr>&ipv6prefix=<ip6lanprefix>
containing 2 urls saying that this is to make IPv4 and v6 update.
(combined with whitespace to update IPv4 and IPv6 addresses simultaneously)
is there a reason this cannot be done in one shot? like for example
http://dynv6.com/api/update?hostname=<domain>&token=<username>&ipv4=<ipaddr>&ipv6=<ip6addr>&ipv6prefix=<ip6lanprefix>
just curious.