引用grpc trojan vl vm配置
文章
下载脚本
wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/warp.sh && bash warp.sh
安装warp-go 和 wireProxy-warp
在grpc trojan vl vm配置
这篇文章里的xray配置吧outbounds
改成
"outbounds": [
{
"protocol": "socks",
"settings": {
"servers": [
{
// 端口写上面脚本里wireProxy-warp的端口
"address": "127.0.0.1",
"port": 11102
}
]
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "blocked",
"protocol": "blackhole",
"settings": {}
}
]
开启bbr
echo "net.core.default\_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp\_congestion\_control=bbr" >> /etc/sysctl.conf