ssr-command-client
ssr-command-client copied to clipboard
:airplane:The commend client of ssr based Python3
Run shadowsocksr-cli in command line, I just type "shadowsocksr-cli -l" and get an **Error**, the info is as follows: And I have tried reinstall shadowsocksr-cli, but it doesn't work. Did...
开机自启
问个问题, 开机自启,是不是只需要把 shadowsocksr-cli -s 1 添加到/etc/rc.local里就行了?
ubuntu 20.04或之前版本正常,从22.04开始启动auth_chain_a协议报错 `tcprelay.py[line:1095] - [_log_error] - ERROR: can not initialize cipher context when handling connection from 127.0.0.1:55700` 看似错误来自ssr-python实现本身。
Linux version 5.10.63-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1459 SMP Wed Oct 6 16:41:10 BST 2021 raspberrypi. 2W ``` bug: tcprelay.py[line:1096] - [_log_error]...
使用auth_aes128_md5的加密方法,节点显示的加密方法为NONE,开启失败 打印json如下: ``` user:~$ shadowsocksr-cli --display-json 2 { "obfs_param": "d1--cn-gotcha05.bilivideo.com", "protocol_param": "6826:kJ0ci9", "remarks": "新加坡 | 高速", "group": "xxx", "server": "153.101.57.15", "server_port": 4403, "method": "none", "obfs": "plain", "password": "xxx", "protocol": "auth_aes128_md5",...
followed below: apt-get install build-essential -y wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz tar xzvf LATEST.tar.gz cd libsodium* ./configure && make -j8 && make install echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf ldconfig but also create encryptor fail...
真正用到的就这几个命令: pip3 install shadowsocksr-cli shadowsocksr-cli -l 打印当前节点列表 nano ~/.ssr-command-client/ssr-list.json 编辑删除原有的失效节点 shadowsocksr-cli --add-ssr xxxx 解析ssr链接 shadowsocksr-cli -s 0 --http start --http-port 4396 启动ssr代理,后为节点ID。自动生成pac文件,为系统提供pac代理 shadowsocksr-cli -S 0 停止ssr代理,后为节点ID 可选: export ALL_PROXY=socks5://127.0.0.1:1080 unset...
额外的监听端口
作者您好,我尝试在主机上运行了项目,目前功能一切正常 当我在使用`netstat -tunlp`命令查看端口时,发现程序除了开启指定的端口外,仍开放了一个额外端口:**0.0.0.0:51160** **如图 红色框内部分**  我使用的命令如下:`shadowsocksr-cli -s 2 -p 6689` 又尝试使用了`shadowsocksr-cli -s 2 -p 6689 --setting-address 127.0.0.1`,发现其仍会多开端口,且每次的不同 我只想在本地回环地址127.0.0.1提供端口,并不对外网提供 担心新开的端口监听0.0.0.0,会导致安全问题 我尝试使用`curl -x socks5h://localhost:51160 http://www.baidu.com/`以及`curl -x localhost:51160 http://www.baidu.com/`测试了该端口的http以及socks5连接,均提示`Connection refused` 但仍无法确定,该端口监听地址为0.0.0.0,是否会有安全问题? 如果可以,还希望能够知道该端口的设计目的...
代理失败
开启代理前 ```bash curl http://ip-api.com/json/?lang=zh-CN {"status":"success","country":"中国","countryCode":"CN","XXX} ``` 开启代理后 `curl http://ip-api.com/json/?lang=zh-CN curl: (56) Recv failure: Connection reset by peer` 能请问这是什么原因吗?