Created Forcing Chrome to Use Socks5 Proxy (markdown)
parent
101e411cfd
commit
d3c8462e36
1 changed files with 7 additions and 0 deletions
7
Forcing-Chrome-to-Use-Socks5-Proxy.md
Normal file
7
Forcing-Chrome-to-Use-Socks5-Proxy.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue