virmach RN等CC机房绕过Google验证的方法

Auth:猫饭       Date:2021/11/28       Cat:程序       Word:共660字       Views:62

安装Warp ipv6,具体步骤如下,以wulabing的富强脚本为例。

1,安装富强,运行wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh

2,安装warp ipv6,运行bash <(curl -fsSL git.io/warp.sh) 6

3,打开config.json(位置:/usr/local/etc/xray/config.json,其余脚本自己找),将 "outbounds"后面的代码换成下面代码(非wulabing的富强脚本自己摸索,多个括号与少个括号的区别)。

"outbounds": [

{

"tag":"IPv4_out",

"protocol": "freedom"

},

{

"tag":"IPv6_out",

"protocol": "freedom",

"settings": {

"domainStrategy": "UseIPv6"

}

}

],

"routing": {

"rules": [

{

"type": "field",

"outboundTag": "IPv6_out",

"domain": ["domain:google.com"]

},

{

"type": "field",

"outboundTag": "IPv4_out",

"network": "udp,tcp"

}

]

}

}

4,重启小鸡:reboot

除非注明,猫饭文章均为原创,本文地址 https://maofun.com/1999.html,转载请以链接形式注明出处。

作者: 简介:

《virmach RN等CC机房绕过Google验证的方法》留言数:0

发表留言