bash <(curl -fsSL sing-box-sigma.vercel.app)
-
输出客户端配置 url 方便快速设置
-
自带 wireguard 出站解锁 openai netflix disney
-
安装 sing-box 配置 hy2 vless ss2022+shadowtls
下载sing-box
bash <(curl -fsSL https://sing-box.app/deb-install.sh)
修改/etc/sing-box/config.json
nano /etc/sing-box/config.json
查看config.json
cat /etc/sing-box/config.json
检查config.json
sing-box check -c /etc/sing-box/config.json
启动config.json
sing-box run -c /etc/sing-box/config.json
启动系统服务
systemctl enable sing-box
启动sing-box
systemctl start sing-box
停止sing-box
systemctl stop sing-box
重启sing-box
systemctl restart sing-box
查看sing-box
systemctl status sing-box
查看sing-box日志
cat /var/log/singbox.log
实时sing-box日志
tail -f /var/log/singbox.log
解码openai.srs
sing-box rule-set decompile geosite-openai.srs
禁用sing-box
systemctl stop sing-box.service
systemctl disable sing-box.service
卸载sing-box
dpkg --purge sing-box
删除sing-box
rm -rf /etc/sing-box
rm -f /var/log/singbox.log
重载systemd
systemctl daemon-reload