2023-11-20 · 实战
32
实战 · 2023-11-20

VPS + Sing-Box 代理配置指南:从零搭建科学上网环境

install singbox

# update yum download somethings
yum update && yum -y install curl wget tar socat git openssl util-linux gcc-c++ zlib-devel openssl-devel libevent-devel bind-utils cronie

# install jq
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install jq

#install singbox
wget -N -O /root/singbox.sh https://raw.githubusercontent.com/TinrLin/sing-box/main/Install.sh && chmod +x /root/singbox.sh && ln -sf /root/singbox.sh /usr/local/bin/singbox && bash /root/singbox.sh

install testtrace

wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh 
目录 最新
← 左侧翻上一屏 · 右侧翻下一屏 · 中间唤出菜单