On Sun, 9 Sep 2012, Lee Bill wrote:
We know we can select an ip as interface like this: curl_setopt($ch,curl_interface,"1.2.3.4"); Questions is can we do it with an ipv6 address? curl_setopt($ch,curl_interface,"a ipv6 address");
Yes we can. Otherwise there's a bug to fix... =) -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
