ss

ssss安装和运行 :
            I) 最近更新加密方式aes-256-gcm,只有$ss 3.0以上支持,所以需要先卸载掉之前安装的版本。
            删除命令,如:

            sudo dpkg --purge  shsh

            sudo apt-get remove shsh

           II) 安装3.0版本ss

             pip install https://github.com/$ss/$ss/archive/master.zip -U

           III) 配置文件

           config.json 自行修改

           IV) 运行

           新开终端运行如下脚本,如果连不上网,可以通过此处输出监控异常报告

           shshlocal  -c ~/config.json

           V)如果增加obfs混淆

git clone https://github.com/$ss/simple-obfs
cd simple-obfs/
git submodule update --init --recursive
. autogen.sh 
sudo apt install -y libev-dev
./configure && make
sudo make install

       config.json增加如下两行:

        "plugin":"obfs-local",
        "plugin_opts":"obfs=tls",

proxychains安装和运行:
            https://github.com/ 查找proxychains-ng

try 
             proxychains4 firefox

你可能感兴趣的:(ss)