Izumi123
108 字
1 分钟
Debian 12 安装 shadowsocks-libev
在 Debian 12 上通过 apt 安装 shadowsocks-libev 并配置 systemd 自启。
apt updateapt install -y shadowsocks-libev vim配置
编辑
vim /etc/shadowsocks-libev/config.json输入
{ "server": "0.0.0.0", "server_port": 30201, "password": "你的强密码123", "timeout": 300, "method": "aes-256-gcm", "fast_open": false, "nameserver": "8.8.8.8", "mode": "tcp_and_udp"}启动
systemctl enable shadowsocks-libevsystemctl start shadowsocks-libevsystemctl status shadowsocks-libev防火墙放行
ufw allow 30201/tcp客户端连接示例
# Shadowrocket / Clash Meta 等客户端配置server: 你的服务器IPport: 30201password: 你的强密码123method: aes-256-gcm Debian 12 安装 shadowsocks-libev
https://zhuyuqinlan.top/post/20260719184630/
评论
发表评论