Comment #43 on issue 469 by benizi: Support SOCKS proxy
http://code.google.com/p/chromium/issues/detail?id=469
@moonese
Instead of "SOCKS server:port", just choose a version: "SOCKS4 server:port"
or
"SOCKS5 server:port". In my proxy.pac I use, for example:
var benizi = "SOCKS5 127.0.0.1:23649";
var direct = "DIRECT";
if (...) return benizi; // for certain sites use a SOCKS5 proxy via
SSH -D
(BTW: Thanks so much for implementing this!)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---