1. 安装Shadowsocks
- 首先,在VPS服务器上登录到终端。
- 在终中运行以下命令,通过apt-get或yum来安装Shadowsocks:
apt-get install shadowsocks
(/Debian)yum install shadowsocks
(CentOS/Fora)
2. 配置Shadowsocks
- 在VPS服务器上一个新文件,并将其命名为
config.json
。 - 打开文件,并添加以下内容:
{ “server”: “your_server_ip”, “server_port”: your_server_port “password”: “your_password”, “method”: “your_encryption_method
正文完