1. Install shadowsocks
{ "server": "xxxx.com", "server_port": 52239, "local_address": "127.0.0.1", "local_port": 1080, "password": "SOME_PASSWORD", "timeout": 600, "method": "aes-256-cfb", "fast_open": false } 3. Start shadowsocks 4. Install polipo for secondary forwarding (shadowsocks uses socks5 protocol for communication and needs to be used with browser plug-ins. If you want to use it globally in the system, you can use polipo for secondary forwarding) 5. Edit the configuration file and save it to /etc/polipo/config # This file only needs to list configuration variables that deviate # from the default values. See /usr/share/doc/polipo/examples/config.sample # and "polipo -v" for variables you can tweak and further information. logSyslog = true logFile = /var/log/polipo/polipo.log proxyAddress = "0.0.0.0" socksParentProxy = "127.0.0.1:1080" socksProxyType = socks5 chunkHighMark = 50331648 objectHighMark = 16384 serverMaxSlots = 64 serverSlots = 16 serverSlots1 = 32 6. Restart polipo service 7. Set environment variables (can be added to ~/.bashrc file to enable global SOCKS5 access for all shells) 8. Check whether you can get the Google homepage through the socks5 protocol Summarize You may also be interested in:
|
<<: Implementing custom scroll bar with native js
Table of contents background Understanding compos...
Netease Kanyouxi official website (http://kanyoux...
When modifying Magento frequently, you may encount...
A set of projects for training react+ts Although ...
Below are some common parameters of /etc/my.cnf o...
Write configuration files in server.xml and conte...
The goal of this document is to explain the Json ...
When loading network data, in order to improve th...
This article records the installation graphic tut...
Table of contents 1. Build basic styles through E...
One demand Generally speaking, a company has mult...
<meta name="viewport" content="...
Nginx is a powerful, high-performance web and rev...
Table of contents 1. MySQL compilation and instal...
1: Throughput (Requests per second) A quantitativ...