[ubuntu 18]配置ssr

该文章由 AnonymousUser在 2021年09月15日 09:39:00发布

内容来源: https://blog.csdn.net/qq_42197755/article/details/110953475

实现步骤:

  1. 安装git ```shell sudo apt-get install git
2. 检查是否安装python3
```shell
sudo apt install python3

为了避免后续出现不能找到python命令的问题,创建链接:

sudo ln -s /usr/bin/python3 /usr/bin/python
  1. 下载安装包文件
sudo git clone https://github.com/qingshuisiyuan/electron-ssr-backup.git
  1. 安装ssr
cd electron-ssr-backup/0.2.5App
sudo dpkg -i electron-ssr-0.2.5.deb

在安装时可能遇到有依赖未安装的情况,安装依赖:

sudo apt-get -f install
  1. 配置 进入软件主界面,配置中继节点信息,在命令行终端显示 类似如下信息,则配置成功:
2021-09-15 17:38:37:624 [info] pac server listen at: 0.0.0.0:1888
2021-09-15 17:38:42:534 [info] Kill client
2021-09-15 17:38:42:542 [info] run command: python /home/jy/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s v2-mixing.xutt.top -p 1012 -k ****** -m aes-256-cfb -O auth_aes128_md5 -G 28993:UlwG4O -o http_simple -g download.microsoft.com -b 0.0.0.0 -l 1889
2021-09-15 17:38:42:600 [error] 2021-09-15 17:38:42 WARNING  shell.py:110 warning: local set to listen on 0.0.0.0, it's not safe

2021-09-15 17:38:42:632 [error] 2021-09-15 17:38:42 INFO     util.py:85 loading libcrypto from libcrypto.so.1.1

2021-09-15 17:38:42:633 [error] 2021-09-15 17:38:42 INFO     local.py:50 local start with protocol[auth_aes128_md5] password [HUAHE] method [aes-256-cfb] obfs [http_simple] obfs_param [download.microsoft.com]
2021-09-15 17:38:42 INFO     local.py:54 starting local at 0.0.0.0:1889
2021-09-15 17:38:42 INFO     asyncdns.py:324 dns server: [('127.0.0.53', 53)]

2021-09-15 17:38:45:621 [info] http proxy server closed.
2021-09-15 17:38:45:623 [info] http proxy server listen at: 0.0.0.0:2000



共1条评论


  • HJK

    2022/03/07 08:03

    So cool, described clearly and useful


Leave A Comment