说起网络代理工具大家第一时间想到的应该是v2ray和clash,最近又有另一个非常火的网络代理工具出现了,sing-box,和v2ray属于同一种类型的工具,但是sing-box对协议支持的丰富程度可以说无人能及,本期教程就来带大家简单上手sing-box,使用sing-box搭建一个非常骚的shadowtls节点
视频教程
安装sing-box
官方文档:https://sing-box.sagernet.org/
下载sing-box:wget https://github.com/SagerNet/sing-box/releases/download/v1.0.4/sing-box_1.0.4_linux_amd64.deb
最新版请在项目官方地址获取:https://github.com/SagerNet/sing-box/releases/latest
安装sing-box:dpkg -i sing-box_1.0.4_linux_amd64.deb
查看安装包内容:dpkg -c sing-box_1.0.4_linux_amd64.deb
修改配置文件:vim /etc/sing-box/config.json
查看sing-box状态:systemctl status sing-box.service
启动sing-box:systemctl start sing-box.service