全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

IP归属甄别会员请立即修改密码
查看: 10893|回复: 54
打印 上一主题 下一主题

virmach RN等CC机房绕过Google验证的方法(很具体)

  [复制链接]
跳转到指定楼层
1#
发表于 2021-11-28 08:26:48 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 cdn852 于 2021-12-1 19:50 编辑

方法一,NAT64,具体看我另一贴。
方法二,安装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":"IP4_out",
               "protocol": "freedom",
               "settings": {}
             },
            {
               "tag":"IP6_out",
               "protocol": "freedom",
              "settings": {
                   "domainStrategy": "UseIPv6" // 指定使用 IPv6
                   }
             }
            ],
   "routing": {
            "rules": [
                {
                 "type": "field",
                 "outboundTag": "IP6_out",
                 "domain": ["domain:google.com"] // google走 IPv6
                 },
                {
                   "type": "field",
                   "outboundTag": "IP4_out",
                   "network": "udp,tcp"// 其余走 IPv4
                 }
             ]
          }
    }
4,重启小鸡:reboot
推荐
发表于 2021-11-28 08:53:22 来自手机 | 只看该作者
插个眼 有需要看看
2#
发表于 2021-11-28 08:27:46 来自手机 | 只看该作者
有用,感谢大佬!
3#
发表于 2021-11-28 08:28:52 来自手机 | 只看该作者
先收藏了
5#
发表于 2021-11-28 08:31:26 | 只看该作者
不会的可以看这个帖子 https://fd.vvwvv.eu.org/thread-895322-1-1.html
6#
发表于 2021-11-28 08:31:47 来自手机 | 只看该作者
谢谢大佬,学习一下
7#
发表于 2021-11-28 08:32:39 | 只看该作者
收下了,谢谢楼主
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-11-2 11:11 , Processed in 0.065388 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表