Projects STRLCPY sing-box Files
🤬
main-next
ROOT /
docs /
linux-server-installation.zh.md
38 lines | UTF-8 | 966 bytes

依赖

  • Linux & Systemd
  • Git
  • C 编译器环境

安装

git clone https://github.com/SagerNet/sing-box
cd sing-box
./release/local/install_go.sh # 如果已安装 go1.19 则跳过
./release/local/install.sh

编辑配置文件 /usr/local/etc/sing-box/config.json

./release/local/enable.sh

更新

./release/local/update.sh

其他命令

操作命令
启动sudo systemctl start sing-box
停止sudo systemctl stop sing-box
强制停止sudo systemctl kill sing-box
重启sudo systemctl restart sing-box
查看日志sudo journalctl -u sing-box --output cat -e
实时日志sudo journalctl -u sing-box --output cat -f
卸载./release/local/uninstall.sh
Please wait...
Page is in error, reload to recover