Thursday, June 17, 2010

Google Chrome socks5


1. Paste and save to CAP filetype e.g. my-socks.cap
function FindProxyForURL(url, host) { return "SOCKS5 localhost:8080"; }

2. Configure Proxy Switchy - Auto config URL: file:///D:/security/proxy-tunnel/ucsc-tunnel.cap

3. Done