Loyalsoldier / geoip

🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Clash, Trojan-Go, Leaf and Hysteria, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安卓TV Netflix 被检测到代理

lhbdhr opened this issue · comments

commented

设备时 amazon 的 火棒,用的 v2fly 中转 Netflix 请求,正常观看一会儿,就会弹出检测到VPN。

// 中转机 routing 配置
"routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "outboundTag": "vless_netflix_transport",
        "domains": ["geosite:netflix", "geosite:disney", "geosite:twitch", "domain:ip.gs"]
      },
      {
        "type": "field",
        "outboundTag": "vless_netflix_transport",
        // 想要使用 geoip:netflix 需要更换第三方 geoip
        // https://github.com/Loyalsoldier/geoip
        "ip": ["geoip:netflix"]
      },
      {
        "type": "field",
        "network": "tcp,udp",
        "outboundTag": "freedom" // 默认直连
      }
    ]
  }

明明已经配置好了 geosite 和 geoip, 但看上一两集非自制剧,就会提示检测到VPN。
强制结束Netflix,再重新打开就又能看几集。
感觉像是IP段没有覆盖完全。

另外我搜了网友说的,比如会发送DNS请求给 netflix ,而dns请求没有经过中转机中转,所以会被检测到。
或者说 NETFLIX有使用AWS的服务器,所以 amazonaws.com 也需要加入中转规则,
大佬您怎么看?可能是哪里的问题?
客户端使用的 ClashForAndroid 最新版。

没条件复现,去问别人吧