shadowsocks
some tips about shadowsocks and vpn
proxychains
the problem that in terminal you cann't access socks
You can use proxychains to fix this problem. you can configure your proxy in /etc/proxychains.conf
Then you should only use the command just like sudo proxychains4 apt-get update
polipo
use polipo to turn socks proxy to httpproxy
Edit the config file at /etc/polipo/config
, and append the following two lines:
start and stop
Now command as folows is alright:
Now we need to add the http_proxy setting into bashrc.If you are using zsh then edting ~/.zshrc
and add the following:
At last you need to add the http_proxy and https_proxy and ip port settings to the system proxy setting.
shadowsocks corrupt
try restart the service, or stop then start
Last updated