Linux ss-local

If you are using ss-qt5 (shadowsocks-qt5) fails, then this should not fail,

deepin / Fedora are available, which means that debian / redhat available

 

Fedora, for example 

dnf install python python-pip privoxy

pip install shadowsocks

ls /etc/shadowsocks-libev/config.json Without this file or directory does not exist

Go to this place, you find the system corresponding to the method of installation, shadowsocks-libev

https://github.com/shadowsocksr-backup/shadowsocksr-libev

/Etc/shadowsocks-libev/config.json inside the bin and then get rid of the option, fill ye that ye fill,

 vim /etc/privoxy/config 

forward-socks5t change it, the default port is 1080 ss-local, if you have a change, it is facing change

listen-address change it, change browser proxy port to be configured

Profile modification is completed, save and exit

Finally, write a script to start

#!/bin/bash

# ss-local -ci / etc / shadowsocks / config.json & # can be modified in this directory
ss-local -c config.json & # can be changed to any place under their home directory, free 
privoxy / etc / privoxy / config

Finally start, configure browser proxy

Guess you like

Origin www.cnblogs.com/--just-lbk/p/11113421.html
ss