vps交流

[疑问] 吴彦祖们。我X-UI调了半天google走IPV6都不成功老哥们指导下...


google 总跳验证,太烦了。。。warp IPV6已装好。。

X-UI 配置文件如下:
{
  "api": {
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ],
    "tag": "api"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 62789,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1"
      },
      "tag": "api"
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "settings": {}
    },
    {
      "protocol": "blackhole",
      "settings": {},
      "tag": "blocked"
    }
  ],
  "policy": {
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },
  "routing": {
    "rules": [
      {
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "type": "field"
      },
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "blocked",
        "type": "field"
      },
      {
        "outboundTag": "blocked",
        "protocol": [
          "bittorrent"
        ],
        "type": "field"
      }
    ]
  },
  "stats": {}
}

[疑问]  吴彦祖们。我X-UI调了半天google走IPV6都不成功老哥们指导下...[疑问]  吴彦祖们。我X-UI调了半天google走IPV6都不成功老哥们指导下...[疑问]  吴彦祖们。我X-UI调了半天google走IPV6都不成功老哥们指导下...么么哒!!!!
那就直接干脆v4也走google,
起容器 docker跑wgcf
再起一个x-ui桥接这个wgcf容器得网络
相关文档
https://github.com/Neilpang/wgcf-docker

省港澳白嫖王 发表于 2021-12-27 16:08
那就直接干脆v4也走google,
起容器 docker跑wgcf
再起一个x-ui桥接这个wgcf容器得网络

我怕小鸡吃不消。。。老哥。。

cristsau 发表于 2021-12-27 16:19
我怕小鸡吃不消。。。老哥。。

容器不吃啥资源

————————-
WARP 客户端状态 : 未运行
SOCKS5 代理端口 : 未开启
————————-
WireGuard 状态 : 运行中
IPv4 网络状态  : WARP
IPv6 网络状态  : WARP
    {
      "api": {
        "services": [
          "HandlerService",
          "LoggerService",
          "StatsService"
        ],
        "tag": "api"
      },
      "inbounds": [
        {
          "listen": "127.0.0.1",
          "port": 62789,
          "protocol": "dokodemo-door",
          "settings": {
            "address": "127.0.0.1"
          },
          "tag": "api"
        }
      ],
      "outbounds": [
          {
          "protocol": "freedom",
          "settings": {
             "domainStrategy": "UseIPv6"         
           },
          "tag": "IP-V6"
        },
        {
          "protocol": "blackhole",
          "settings": {},
          "tag": "blocked"
        }
      ],
      "policy": {
        "system": {
          "statsInboundDownlink": true,
          "statsInboundUplink": true
        }
      },
      "routing": {
        "rules": [
          {
            "type":"field",
            "domain": [
              "geosite:google"
            ],
            "inboundTag":  [
              "all-in"
             ],
            "outboundTag": "IP-V6"
          },
          {
            "inboundTag": [
              "api"
            ],
            "outboundTag": "api",
            "type": "field"
          },
          {
            "ip": [
              "geoip:private"
            ],
            "outboundTag": "blocked",
            "type": "field"
          },
          {
            "outboundTag": "blocked",
            "protocol": [
              "bittorrent"
            ],
            "type": "field"
          }
        ]
      },
      "stats": {}
    }

拿去用

本帖最后由 cristsau 于 2021-12-27 16:46 编辑

tlngln 发表于 2021-12-27 16:40
{
      "api": {
        "services": [

老哥,刚好像我也搞定了。。你看看我这个对不对。
{
  "api": {
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ],
    "tag": "api"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 62789,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1"
      },
      "tag": "api"
    }
  ],
  "outbounds": [
      {
      "protocol": "freedom",
      "settings": {
         "domainStrategy": "UseIPv6"         
       },
      "tag": "IP-V6"
    },
    {
      "protocol": "blackhole",
      "settings": {},
      "tag": "blocked"
    }
  ],
  "policy": {
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },
  "routing": {
    "rules": [
      {
        "type":"field",
        "domain": [
          "domain:google.com"
        ],
        "inboundTag":  [
          "all-in"
         ],
        "outboundTag": "IP-V6"
      },
      {
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "type": "field"
      },
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "blocked",
        "type": "field"
      },
      {
        "outboundTag": "blocked",
        "protocol": [
          "bittorrent"
        ],
        "type": "field"
      }
    ]
  },
  "stats": {}
}