什么是Shadowsocks_1.8.9.tar.gz?
Shadowsocks_1.8.9.tar.gz 是一个基于Python开发的轻量级代理软件,可用于科学上网和网络数据加密。
下载安装
- 打开终端,输入以下命令进行下载:
wget https://github.com/shadowsocks/shadowsocks/archive/refs/tags/1.8.9.tar.gz
- 解压下载的文件:
tar -zxvf shadowsocks_1.8.9.tar.gz
配置
- 进入解压后的目录:
cd shadowsocks-1.8.9
- 修改配置文件
config.json
,配置服务器IP、端口、密码等信息:
{ “server”: “your_server_ip”, “server_port”: 8388, “local_port”: 1080, “password”: “your_password”, “timeout”: 600, “method”: “aes-256-cfb
正文完