diff --git a/Forcing-Chrome-to-Use-Socks5-Proxy.md b/Forcing-Chrome-to-Use-Socks5-Proxy.md new file mode 100644 index 0000000..ec960b6 --- /dev/null +++ b/Forcing-Chrome-to-Use-Socks5-Proxy.md @@ -0,0 +1,7 @@ +Launch chrome with the following arguments: + + /path/to/Chrome.exe --proxy-server="socks5://127.0.0.1:1080" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" + +Reference: + +http://www.chromium.org/developers/design-documents/network-stack/socks-proxy \ No newline at end of file