[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IPv6 proxy browsers??



Jeffrey B. Green <jeff@kikisoso.org> wrote:

> It seems the only client that I can get to work so far with a IPv6 proxy
> is curl, e.g.
>
> curl -gv --proxy '[2001:...]:3128' 'http://[2002:...]'

Most clients I've dealt with (including wget) support an IPv6 proxy.
Actually I haven't found an IPv6-enabled proxy-capable HTTP client that
could not deal with IPv6 proxies. However, using literal IPv6 addresses
is not very well supported. Use hostnames instead of addresses and you
should be fine.

berni@pest:~$ http_proxy="http://proxytest.mucip.net:3128"; wget
http://www.heise.de
--2010-03-25 00:01:05--  http://www.heise.de/
Resolving proxytest.mucip.net... 2001:1b10:100::1:1
Connecting to proxytest.mucip.net|2001:1b10:100::1:1|:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]

Bernhard


Reply to: