Giter Club home page Giter Club logo

anti-ip-attribution's Issues

斗鱼

DOMAIN,wss.im.qcloud.com
但有时会在真实归属地和海外之间反复横跳

抖音规则

这边测试的一点点发现
针对 amemv.com 域名下的 -normal- 关键词代理就能实现IP归属地修改。如果对全局域名进行代理的话,请求的视频内容大部分来自海外cdn。

taptap

ios客户端已测试

domain, api.taptapdada.com

建议各位可以去网上找免流节点搭配这个使用

上海、广州这种热门地方很好改。免流在这里只是副作用,主要用途就是改IP。现在手握四五个省的节点,加上自己几条宽带,够用了。
还有国外vps顶着,想出国分分钟出去了:)
不过每次换归属地都是手动连接,要是能自动换就更好了。

酷安

domain,api.coolapk.com

贴吧微信抖音头条快手无法生效

抖音评论会显示未知IP主页不显示代理IP, 但是同字节系的西瓜和头条会显示真实IP.
贴吧我之前就已经测试过相关规则, 比如将DOMAIN-SUFFIX,baidu.com全部代理之类的也不奏效.
微信视频号也会暴露真实IP
快手评论会显示海外, 主页看还是当前定位.

注释好像不应该加在域名/IP后面的

网站后面好像不应该加注释的,比如我自己做rule-providers,会把注释也带上,然后文件就报错了,一般格式是 匹配方式+域名/IP+策略,加了注释就没法添加策略了
image

知乎 iOS 端使用规则后仍然泄露真实IP属地

测试版本:知乎 iOS 8.30.0 (10713) + Quantumult X
个人推测可能是通过 HTTPDNS 对 IP 属地进行判断
尝试抓包后发现知乎app会尝试请求 HTTPDNS 对服务域名解析。

118.89.204.198: HTTPDNS
[2402:4e00:1200:ed00:0:9089:6dac:96b6]: HTTPDNS

截屏2022-08-19 上午11 59 22

将以上两个 HTTPDNS 加入到 REJECT 规则后仍无效,且观察发表评论的请求仍然是以 IP 形式而并非 api.zhihu.com 发送请求。

酷安、起点App

酷安有两个api域名
api.coolapk.com
api2.coolapk.com

起点App 章评书评区IP(大部分业务都塞在这个域名下,api book search login一大堆)
druidv6.if.qidian.com
疑似个人主页IP(非实时变化,看到有个login建议加上)
ptlogin6.qidian.com

[求助] 关于bilibili安卓应用和CFA的配置

背景

使用脚本获取我的网络条件下直连upos-hz-mirrorakam.akamaized.netupos-sz-mirrorcosov.bilivideo.com表现最佳的服务器地址并写入host,然后对这些地址的ip段进行直连、对rule-provider-proxy.yaml进行代理、对rule-provider-reject.yaml进行拦截(其中包括ip段203.107.1.0/24).

问题表现

  1. PC端使用完全符合预期;
  2. 手机使用Clash for Android,将代理组🚫 请求拦截设置为REJECT🌏 国内媒体设置为DIRECT,在bilibili客户端中 (Play版和大陆版表现相同故未区分) 点进任一视频/番剧后无法播放,一直在缓冲状态/加载速度为0,查看CFA的log发现存在对203.107.1.0/24不间断、高频、大量的请求(被拦截);
  3. 放行ip段203.107.1.0/24 (即:将代理组🚫 请求拦截设置为DIRECT) 后视频可以正常播放,但播放视频使用的地址似乎与我host的配置不同 (根据log,应该是203.205.136.0/23119.28.164.0/23),因而速度表现不佳;
  4. 删除/注释掉host配置后,在(2)的设置下不再出现(2)(3)中所陈述的问题;查看CFA的log,播放视频转而解析域名upos-hz-mirrorakam.akamaized.netupos-sz-mirrorcosov.bilivideo.com,直连速度不佳。

需求

  • 希望了解产生这种情况的原因,还望赐教;
  • 可行的话,最好可以完全解决问题、实现我的预期效果,即:使用bilibili安卓应用时,ip属地相关请求被代理、ip段203.107.1.0/24被拦截、host配置正常工作。

我不确定在此处对此问题提问求助是否合适,若有问题还望包涵 🧎🏻 十分感谢! 🙇🏻

有关信息

  • 所用Clash配置文件(缩略)如下:
mixed-port: 7890
redir-port: 7892
allow-lan: false
mode: Rule
log-level: info
external-controller: 0.0.0.0:9090
secret: ""

hosts:
  'upos-sz-mirrorcosov.bilivideo.com': 101.33.17.139
  'upos-hz-mirrorakam.akamaized.net': 61.111.58.25

proxy-providers:
  Proxies:
    type: file
    path: ./proxies/Proxies.yaml
    health-check:
      enable: true
      url: http://www.gstatic.com/generate_204
      interval: 600

proxy-groups:
  - name: 🚀 节点
    type: select
    use:
      - Proxies
    proxies:
      - DIRECT
  - name: 🚩 IP属地
    type: select
    proxies:
      - 🚀 节点
      - DIRECT
  - name: 🌏 国内媒体
    type: select
    proxies:
      - DIRECT
  - name: 🚫 请求拦截
    type: select
    proxies:
      - REJECT
      - DIRECT

rule-providers:
  ipAttributionProxy:
    type: http
    behavior: classical
    url: https://cdn.jsdelivr.net/gh/lwd-temp/anti-ip-attribution@main/generated/rule-provider-proxy.yaml
    path: ./ruleset/ipattributionP.yaml
    interval: 86400
  ipAttributionDirect:
    type: http
    behavior: classical
    url: https://cdn.jsdelivr.net/gh/lwd-temp/anti-ip-attribution@main/generated/rule-provider-direct.yaml
    path: ./ruleset/ipattributionD.yaml
    interval: 86400
  ipAttributionReject:
    type: http
    behavior: classical
    url: https://cdn.jsdelivr.net/gh/lwd-temp/anti-ip-attribution@main/generated/rule-provider-reject.yaml
    path: ./ruleset/ipattributionR.yaml
    interval: 86400
  BiliBili:
    type: http
    behavior: classical
    url: https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Clash/BiliBili/BiliBili.yaml
    path: ./ruleset/bilibili.yaml
    interval: 86400

rules:
  - RULE-SET,ipAttributionReject,🚫 请求拦截
  - RULE-SET,ipAttributionDirect,DIRECT
  - RULE-SET,ipAttributionProxy,🚩 IP属地
  - RULE-SET,BiliBili,🌏 国内媒体
  - IP-CIDR,61.111.0.0/18,🌏 国内媒体
  - IP-CIDR,101.33.17.0/24,🌏 国内媒体

  • 问题描述(2)(3)提及的log如下:
# Capture on 2022-10-18 20:12:27.435
20:12:27.438    Info: [APP] request force GC
20:12:27.439    Info: [APP] Logcat level: info
20:12:29.065    Info: dns:
20:12:29.065    Info:   enable: true
20:12:29.065    Info:   ipv6: false
20:12:29.065    Info:   use-hosts: true
20:12:29.065    Info:   nameserver:
20:12:29.065    Info:   - 223.5.5.5
20:12:29.065    Info:   - 119.29.29.29
20:12:29.065    Info:   - 8.8.4.4
20:12:29.066    Info:   - 1.0.0.1
20:12:29.066    Info:   - dhcp://system
20:12:29.066    Info:   fallback: []
20:12:29.066    Info:   fallback-filter:
20:12:29.066    Info:     geoip: false
20:12:29.067    Info:     geoip-code: ""
20:12:29.067    Info:     ipcidr: []
20:12:29.067    Info:     domain: []
20:12:29.067    Info:   listen: ""
20:12:29.067    Info:   enhanced-mode: fake-ip
20:12:29.067    Info:   fake-ip-range: 28.0.0.0/8
20:12:29.067    Info:   fake-ip-filter:
20:12:29.067    Info:   - +.stun.*.*
20:12:29.067    Info:   - +.stun.*.*.*
20:12:29.067    Info:   - +.stun.*.*.*.*
20:12:29.067    Info:   - +.stun.*.*.*.*.*
20:12:29.067    Info:   - lens.l.google.com
20:12:29.067    Info:   - '*.n.n.srv.nintendo.net'
20:12:29.068    Info:   - +.stun.playstation.net
20:12:29.068    Info:   - xbox.*.*.microsoft.com
20:12:29.068    Info:   - '*.*.xboxlive.com'
20:12:29.068    Info:   - '*.msftncsi.com'
20:12:29.074    Info:   - '*.msftconnecttest.com'
20:12:29.074    Info:   - '*.mcdn.bilivideo.cn'
20:12:29.077    Info:   - WORKGROUP
20:12:29.077    Info:   default-nameserver:
20:12:29.079    Info:   - 223.5.5.5
20:12:29.080    Info:   - 119.29.29.29
20:12:29.080    Info:   - 8.8.4.4
20:12:29.080    Info:   - 1.0.0.1
20:12:29.080    Info:   nameserver-policy: {}
20:12:29.080    Info: 
20:12:29.150    Info: Start initial provider Proxies
20:12:29.299    Info: Start initial compatible provider 🚩 IP属地
20:12:29.300    Info: Start initial compatible provider 🚀 节点
20:12:29.301    Info: Start initial compatible provider 🌏 国内媒体
20:12:29.304    Info: Start initial compatible provider 🚫 流量拦截
20:12:29.886    Info: Start initial rule provider BiliBili
20:12:29.913    Info: Start initial rule provider ipAttributionDirect
20:12:29.919    Info: Start initial rule provider ipAttributionReject
20:12:30.903    Info: Start initial rule provider ipAttributionProxy
20:12:30.938    Info: Mixed(http+socks) proxy listening at: 127.0.0.1:7890
20:12:30.964    Info: Patch selector 🌏 国内媒体 -> DIRECT
20:12:30.967    Info: Patch selector 🚀 节点 -> 节点01
20:12:30.971    Info: Patch selector 🚩 IP属地 -> 🚀 节点
20:12:30.971    Info: Patch selector 🚫 流量拦截 -> REJECT
20:12:33.700    Info: [TCP] 127.0.0.1:58880 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:12:34.011    Info: [TCP] 127.0.0.1:58890 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.014    Info: [TCP] 127.0.0.1:58892 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.019    Info: [TCP] 127.0.0.1:58888 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.037    Info: [TCP] 127.0.0.1:58896 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.038    Info: [TCP] 127.0.0.1:58902 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.046    Info: [TCP] 127.0.0.1:58908 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.059    Info: [TCP] 127.0.0.1:58910 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.076    Info: [TCP] 127.0.0.1:58914 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.083    Info: [TCP] 127.0.0.1:58920 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.149    Info: [TCP] 127.0.0.1:58928 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.152    Info: [TCP] 127.0.0.1:58926 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.155    Info: [TCP] 127.0.0.1:58924 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.159    Info: [TCP] 127.0.0.1:58930 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.226 Warning: [TCP] dial DIRECT to www.google.com:80 error: dial tcp4 28.0.2.233:80: i/o timeout
20:12:34.339    Info: [TCP] 127.0.0.1:58940 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.379    Info: [TCP] 127.0.0.1:58944 --> broadcast.chat.bilibili.com:7824 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.424    Info: [TCP] 127.0.0.1:58948 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.451    Info: [TCP] 127.0.0.1:58952 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.468    Info: [TCP] 127.0.0.1:58956 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:34.682    Info: [TCP] 127.0.0.1:58962 --> club.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.045    Info: [TCP] 127.0.0.1:58976 --> i1.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:12:35.086    Info: [TCP] 127.0.0.1:58980 --> i2.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:12:35.096    Info: [TCP] 127.0.0.1:58984 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:12:35.202    Info: [TCP] 127.0.0.1:58988 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.327    Info: [TCP] 127.0.0.1:59002 --> passport.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.527    Info: [TCP] 127.0.0.1:59008 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:35.531    Info: [TCP] 127.0.0.1:59010 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:35.638    Info: [TCP] 127.0.0.1:59014 --> mall.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.654    Info: [TCP] 127.0.0.1:59018 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.666    Info: [TCP] 127.0.0.1:59024 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.714    Info: [TCP] 127.0.0.1:59032 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.715    Info: [TCP] 127.0.0.1:59030 --> line3-h5-mobile-api.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.727    Info: [TCP] 127.0.0.1:59028 --> line3-h5-mobile-api.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.777    Info: [TCP] 127.0.0.1:59044 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.825    Info: [TCP] 127.0.0.1:59054 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:35.943    Info: [TCP] 127.0.0.1:59060 --> pkg.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:36.009    Info: [TCP] 127.0.0.1:59064 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:36.329    Info: [TCP] 127.0.0.1:59068 --> api.live.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:36.851    Info: [TCP] 127.0.0.1:59072 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:36.958    Info: [TCP] 172.19.0.1:52992 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:36.961    Info: [TCP] 172.19.0.1:52994 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:37.069    Info: [TCP] 127.0.0.1:59084 --> i0.hdslb.com:80 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:12:37.310    Info: [TCP] 127.0.0.1:59090 --> api.live.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:37.503    Info: [TCP] 172.19.0.1:55422 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:37.503    Info: [TCP] 172.19.0.1:55424 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:37.509    Info: [TCP] 172.19.0.1:47236 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:37.511    Info: [TCP] 172.19.0.1:47234 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:37.988    Info: [TCP] 127.0.0.1:59102 --> dataflow.biliapi.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:38.371    Info: [TCP] 127.0.0.1:59106 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:38.852 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.4.4:443: i/o timeout
20:12:39.037    Info: [TCP] 172.19.0.1:47010 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:39.041    Info: [TCP] 172.19.0.1:47012 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:39.043    Info: [TCP] 172.19.0.1:53030 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:39.045    Info: [TCP] 172.19.0.1:53028 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:39.588 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 199.59.149.207:443: i/o timeout
20:12:39.828 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.8.8:443: i/o timeout
20:12:40.652    Info: [TCP] 127.0.0.1:59146 --> pay.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:40.659    Info: [TCP] 127.0.0.1:59144 --> show.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:40.672 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.4.4:443: i/o timeout
20:12:40.753    Info: [TCP] 172.19.0.1:55482 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:40.754    Info: [TCP] 172.19.0.1:55480 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:40.760    Info: [TCP] 172.19.0.1:47294 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:40.761    Info: [TCP] 172.19.0.1:47292 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:42.685    Info: [TCP] 172.19.0.1:47064 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:42.686    Info: [TCP] 172.19.0.1:47062 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:42.690    Info: [TCP] 172.19.0.1:47066 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:42.692    Info: [TCP] 172.19.0.1:53082 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:44.399    Info: [TCP] 172.19.0.1:55498 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:44.404    Info: [TCP] 172.19.0.1:47308 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:44.626 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 199.59.149.207:443: i/o timeout
20:12:44.690    Info: [TCP] 172.19.0.1:53088 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:44.695    Info: [TCP] 172.19.0.1:55504 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.483    Info: [TCP] 172.19.0.1:47314 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.484    Info: [TCP] 172.19.0.1:47316 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.487    Info: [TCP] 172.19.0.1:47082 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.490    Info: [TCP] 172.19.0.1:47084 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.916    Info: [TCP] 172.19.0.1:53100 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.916    Info: [TCP] 172.19.0.1:53102 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.920    Info: [TCP] 172.19.0.1:55518 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:45.923    Info: [TCP] 172.19.0.1:55520 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:46.396    Info: [TCP] 172.19.0.1:47330 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:46.399    Info: [TCP] 172.19.0.1:47096 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:46.776    Info: [TCP] 172.19.0.1:53112 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:46.778    Info: [TCP] 172.19.0.1:55528 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:47.061    Info: [TCP] 172.19.0.1:47338 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:47.063    Info: [TCP] 172.19.0.1:47340 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:47.064    Info: [TCP] 172.19.0.1:47106 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:47.071    Info: [TCP] 172.19.0.1:53122 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:47.227    Info: [APP] request force GC
20:12:48.065    Info: [TCP] 172.19.0.1:55540 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.066    Info: [TCP] 172.19.0.1:55538 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.071    Info: [TCP] 172.19.0.1:47114 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.073    Info: [TCP] 172.19.0.1:47116 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.374    Info: [TCP] 172.19.0.1:53132 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.380    Info: [TCP] 172.19.0.1:47356 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.678    Info: [TCP] 172.19.0.1:53136 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.683    Info: [TCP] 172.19.0.1:55552 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.957    Info: [TCP] 172.19.0.1:47362 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:48.966    Info: [TCP] 172.19.0.1:47128 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.224    Info: [TCP] 172.19.0.1:53144 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.227    Info: [TCP] 172.19.0.1:53146 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.229    Info: [TCP] 172.19.0.1:55562 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.232    Info: [TCP] 172.19.0.1:55564 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.826    Info: [TCP] 172.19.0.1:47376 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.826    Info: [TCP] 172.19.0.1:47374 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.830    Info: [TCP] 172.19.0.1:47144 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:49.832    Info: [TCP] 172.19.0.1:47142 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.160    Info: [TCP] 172.19.0.1:53160 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.162    Info: [TCP] 172.19.0.1:53162 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.166    Info: [TCP] 172.19.0.1:55578 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.167    Info: [TCP] 172.19.0.1:55580 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.450    Info: [TCP] 172.19.0.1:47390 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.459    Info: [TCP] 172.19.0.1:47392 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.463    Info: [TCP] 172.19.0.1:47158 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.464    Info: [TCP] 172.19.0.1:47160 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.754    Info: [TCP] 172.19.0.1:53176 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.758    Info: [TCP] 172.19.0.1:53178 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.761    Info: [TCP] 172.19.0.1:55594 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:50.764    Info: [TCP] 172.19.0.1:55596 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.065    Info: [TCP] 172.19.0.1:47406 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.071    Info: [TCP] 172.19.0.1:47408 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.072    Info: [TCP] 172.19.0.1:47174 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.076    Info: [TCP] 172.19.0.1:47176 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.649    Info: [TCP] 172.19.0.1:53192 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.652    Info: [TCP] 172.19.0.1:53194 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.657    Info: [TCP] 172.19.0.1:55610 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.657    Info: [TCP] 172.19.0.1:55612 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.915    Info: [TCP] 172.19.0.1:47422 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.919    Info: [TCP] 172.19.0.1:47424 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.921    Info: [TCP] 172.19.0.1:47190 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:51.925    Info: [TCP] 172.19.0.1:47192 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.195    Info: [TCP] 172.19.0.1:53210 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.196    Info: [TCP] 172.19.0.1:53208 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.201    Info: [TCP] 172.19.0.1:55626 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.201    Info: [TCP] 172.19.0.1:55628 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.682    Info: [TCP] 172.19.0.1:47440 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.686    Info: [TCP] 172.19.0.1:47438 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.692    Info: [TCP] 172.19.0.1:47206 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.693    Info: [TCP] 172.19.0.1:47208 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.961    Info: [TCP] 172.19.0.1:53224 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.965    Info: [TCP] 172.19.0.1:53226 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.973    Info: [TCP] 172.19.0.1:55644 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:52.974    Info: [TCP] 172.19.0.1:55642 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.242    Info: [TCP] 172.19.0.1:47456 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.243    Info: [TCP] 172.19.0.1:47454 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.250    Info: [TCP] 172.19.0.1:47224 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.251    Info: [TCP] 172.19.0.1:47222 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.797    Info: [TCP] 172.19.0.1:53240 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.802    Info: [TCP] 172.19.0.1:55658 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.803    Info: [TCP] 172.19.0.1:55656 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:53.811    Info: [TCP] 172.19.0.1:47468 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:54.893    Info: [TCP] 172.19.0.1:47238 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:54.894    Info: [TCP] 172.19.0.1:47240 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:54.899    Info: [TCP] 172.19.0.1:53258 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:54.900    Info: [TCP] 172.19.0.1:53256 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:55.835    Info: [TCP] 127.0.0.1:59346 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:56.185    Info: [TCP] 172.19.0.1:47486 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:56.189    Info: [TCP] 172.19.0.1:47488 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:56.195    Info: [TCP] 172.19.0.1:55682 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:56.199    Info: [TCP] 172.19.0.1:55684 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:56.459    Info: [TCP] 172.19.0.1:47258 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:56.470    Info: [TCP] 172.19.0.1:53274 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.524    Info: [TCP] 172.19.0.1:47498 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.533    Info: [TCP] 172.19.0.1:47264 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.535    Info: [TCP] 172.19.0.1:47266 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.538    Info: [TCP] 172.19.0.1:53282 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.862    Info: [TCP] 172.19.0.1:55698 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.863    Info: [TCP] 172.19.0.1:55700 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.865    Info: [TCP] 172.19.0.1:47510 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:57.867    Info: [TCP] 172.19.0.1:47512 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.164    Info: [TCP] 172.19.0.1:53292 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.167    Info: [TCP] 172.19.0.1:53294 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.170    Info: [TCP] 172.19.0.1:47282 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.177    Info: [TCP] 172.19.0.1:47284 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.513    Info: [TCP] 172.19.0.1:55716 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.514    Info: [TCP] 172.19.0.1:55718 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.519    Info: [TCP] 172.19.0.1:47528 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.528    Info: [TCP] 172.19.0.1:47530 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.733    Info: [TCP] 127.0.0.1:59398 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:12:58.765    Info: [TCP] 172.19.0.1:53316 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.769    Info: [TCP] 172.19.0.1:53318 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.775    Info: [TCP] 172.19.0.1:47306 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:58.777    Info: [TCP] 172.19.0.1:47308 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.070    Info: [TCP] 172.19.0.1:55738 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.074    Info: [TCP] 172.19.0.1:47548 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.075    Info: [TCP] 172.19.0.1:47550 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.079    Info: [TCP] 172.19.0.1:53330 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.348    Info: [TCP] 172.19.0.1:55748 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.351    Info: [TCP] 172.19.0.1:55746 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.363    Info: [TCP] 172.19.0.1:47322 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.381    Info: [TCP] 172.19.0.1:53338 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.653 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 199.59.149.207:443: i/o timeout
20:12:59.893    Info: [TCP] 172.19.0.1:47564 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:12:59.899    Info: [TCP] 172.19.0.1:47330 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:13:03.874    Info: Patch selector 🚫 流量拦截 -> DIRECT
20:13:06.405    Info: [TCP] 127.0.0.1:59436 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:06.547    Info: [TCP] 127.0.0.1:59444 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.552    Info: [TCP] 127.0.0.1:59452 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.553    Info: [TCP] 127.0.0.1:59446 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.579    Info: [TCP] 127.0.0.1:59456 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.592    Info: [TCP] 127.0.0.1:59460 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.604    Info: [TCP] 127.0.0.1:59468 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.605    Info: [TCP] 127.0.0.1:59470 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.608    Info: [TCP] 127.0.0.1:59464 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.631    Info: [TCP] 127.0.0.1:59476 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.645    Info: [TCP] 127.0.0.1:59480 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.666    Info: [TCP] 127.0.0.1:59486 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.667    Info: [TCP] 127.0.0.1:59492 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.671    Info: [TCP] 127.0.0.1:59484 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.823    Info: [TCP] 127.0.0.1:59496 --> broadcast.chat.bilibili.com:7824 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.860    Info: [TCP] 127.0.0.1:59500 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.864    Info: [TCP] 127.0.0.1:59504 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.881    Info: [TCP] 127.0.0.1:59508 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:06.895    Info: [TCP] 127.0.0.1:59512 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.199    Info: [TCP] 127.0.0.1:59520 --> club.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.466    Info: [TCP] 127.0.0.1:59530 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:07.467    Info: [TCP] 127.0.0.1:59528 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:07.546    Info: [TCP] 127.0.0.1:59540 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.556    Info: [TCP] 127.0.0.1:59536 --> mall.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.559    Info: [TCP] 127.0.0.1:59572 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:07.560    Info: [TCP] 127.0.0.1:59546 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.561    Info: [TCP] 127.0.0.1:59566 --> i2.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:07.572    Info: [TCP] 127.0.0.1:59576 --> i1.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:07.577    Info: [TCP] 127.0.0.1:59548 --> line3-h5-mobile-api.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.600    Info: [TCP] 127.0.0.1:59556 --> line3-h5-mobile-api.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.611    Info: [TCP] 127.0.0.1:59580 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:07.628    Info: [TCP] 127.0.0.1:59562 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.730    Info: [TCP] 127.0.0.1:59584 --> passport.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.746    Info: [TCP] 127.0.0.1:59588 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.845    Info: [TCP] 127.0.0.1:59596 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:07.869    Info: [TCP] 127.0.0.1:59600 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:08.033    Info: [TCP] 127.0.0.1:59608 --> pkg.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:08.348    Info: [TCP] 127.0.0.1:59624 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:08.828    Info: [TCP] 127.0.0.1:59632 --> api.live.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:09.061    Info: [TCP] 172.19.0.1:53554 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:09.071    Info: [TCP] 172.19.0.1:53560 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:09.145    Info: [TCP] 127.0.0.1:59644 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:09.345    Info: [TCP] 127.0.0.1:59658 --> i0.hdslb.com:80 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:09.361    Info: [TCP] 172.19.0.1:53576 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:09.389    Info: [TCP] 172.19.0.1:53580 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:10.271    Info: [TCP] 127.0.0.1:59670 --> dataflow.biliapi.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:10.482    Info: [TCP] 172.19.0.1:53590 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:10.486    Info: [TCP] 172.19.0.1:53588 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:10.501    Info: [TCP] 172.19.0.1:53596 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:10.786    Info: [TCP] 127.0.0.1:59690 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:10.890    Info: [TCP] 172.19.0.1:48916 --> 119.28.164.51:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:11.411 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.8.8:443: i/o timeout
20:13:12.065 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 199.59.149.207:443: i/o timeout
20:13:12.107    Info: [TCP] 172.19.0.1:53624 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:12.121 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.4.4:443: i/o timeout
20:13:12.129    Info: [TCP] 172.19.0.1:53628 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:12.558    Info: [TCP] 127.0.0.1:59722 --> show.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:12.561    Info: [TCP] 127.0.0.1:59724 --> pay.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:12.735 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.8.8:443: i/o timeout
20:13:14.071    Info: [TCP] 172.19.0.1:53644 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:14.380    Info: [TCP] 172.19.0.1:48964 --> 119.28.164.51:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:15.919    Info: [TCP] 172.19.0.1:53664 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:15.961    Info: [TCP] 172.19.0.1:53668 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:17.531    Info: [TCP] 172.19.0.1:53676 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:17.886    Info: [TCP] 172.19.0.1:44410 --> 203.205.136.246:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:13:27.754    Info: [TCP] 127.0.0.1:59784 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:13:30.898    Info: [TCP] 172.19.0.1:53702 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[DIRECT]
20:13:31.193    Info: [TCP] 172.19.0.1:44434 --> 203.205.136.246:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]

  • 问题描述(4)提及的log如下:
# Capture on 2022-10-18 20:42:26.119
20:42:26.122    Info: [APP] Logcat level: info
20:42:29.677    Info: dns:
20:42:29.678    Info:   enable: true
20:42:29.678    Info:   ipv6: false
20:42:29.679    Info:   use-hosts: true
20:42:29.679    Info:   nameserver:
20:42:29.679    Info:   - 223.5.5.5
20:42:29.679    Info:   - 119.29.29.29
20:42:29.681    Info:   - 8.8.4.4
20:42:29.682    Info:   - 1.0.0.1
20:42:29.682    Info:   - dhcp://system
20:42:29.682    Info:   fallback: []
20:42:29.682    Info:   fallback-filter:
20:42:29.684    Info:     geoip: false
20:42:29.687    Info:     geoip-code: ""
20:42:29.693    Info:     ipcidr: []
20:42:29.694    Info:     domain: []
20:42:29.695    Info:   listen: ""
20:42:29.702    Info:   enhanced-mode: fake-ip
20:42:29.709    Info:   fake-ip-range: 28.0.0.0/8
20:42:29.715    Info:   fake-ip-filter:
20:42:29.717    Info:   - +.stun.*.*
20:42:29.719    Info:   - +.stun.*.*.*
20:42:29.721    Info:   - +.stun.*.*.*.*
20:42:29.721    Info:   - +.stun.*.*.*.*.*
20:42:29.721    Info:   - lens.l.google.com
20:42:29.722    Info:   - '*.n.n.srv.nintendo.net'
20:42:29.722    Info:   - +.stun.playstation.net
20:42:29.722    Info:   - xbox.*.*.microsoft.com
20:42:29.722    Info:   - '*.*.xboxlive.com'
20:42:29.722    Info:   - '*.msftncsi.com'
20:42:29.722    Info:   - '*.msftconnecttest.com'
20:42:29.723    Info:   - '*.mcdn.bilivideo.cn'
20:42:29.723    Info:   - WORKGROUP
20:42:29.724    Info:   default-nameserver:
20:42:29.725    Info:   - 223.5.5.5
20:42:29.726    Info:   - 119.29.29.29
20:42:29.732    Info:   - 8.8.4.4
20:42:29.733    Info:   - 1.0.0.1
20:42:29.734    Info:   nameserver-policy: {}
20:42:29.734    Info: 
20:42:29.763    Info: Start initial provider Proxies
20:42:29.900    Info: Start initial compatible provider 🚀 节点
20:42:29.907    Info: Start initial compatible provider 🚩 IP属地
20:42:29.911    Info: Start initial compatible provider 🌏 国内媒体
20:42:29.918    Info: Start initial compatible provider 🚫 流量拦截
20:42:30.176    Info: Start initial rule provider BiliBili
20:42:31.608    Info: Start initial rule provider ipAttributionProxy
20:42:31.685    Info: Start initial rule provider ipAttributionDirect
20:42:31.685    Info: Start initial rule provider ipAttributionReject
20:42:31.688    Info: Mixed(http+socks) proxy listening at: 127.0.0.1:7890
20:42:31.703    Info: Patch selector 🌏 国内媒体 -> DIRECT
20:42:31.706    Info: Patch selector 🚀 节点 -> 节点01
20:42:31.708    Info: Patch selector 🚩 IP属地 -> 🚀 节点
20:42:31.709    Info: Patch selector 🚫 流量拦截 -> REJECT
20:42:33.105    Info: [TCP] 127.0.0.1:40420 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:33.229    Info: [TCP] 127.0.0.1:40430 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.235    Info: [TCP] 127.0.0.1:40428 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.251    Info: [TCP] 127.0.0.1:40432 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.273    Info: [TCP] 127.0.0.1:40440 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.286    Info: [TCP] 127.0.0.1:40444 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.312    Info: [TCP] 127.0.0.1:40448 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.327    Info: [TCP] 127.0.0.1:40456 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.328    Info: [TCP] 127.0.0.1:40452 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.358    Info: [TCP] 127.0.0.1:40460 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.363    Info: [TCP] 127.0.0.1:40466 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.364    Info: [TCP] 127.0.0.1:40462 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.370    Info: [TCP] 127.0.0.1:40470 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.374    Info: [TCP] 127.0.0.1:40472 --> api.vc.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.580    Info: [TCP] 127.0.0.1:40482 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.587    Info: [TCP] 127.0.0.1:40480 --> broadcast.chat.bilibili.com:7824 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.616    Info: [TCP] 127.0.0.1:40488 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:33.643    Info: [TCP] 127.0.0.1:40492 --> grpc.biliapi.net:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.093    Info: [TCP] 127.0.0.1:40500 --> club.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.246    Info: [TCP] 127.0.0.1:40516 --> i2.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:34.249    Info: [TCP] 127.0.0.1:40524 --> i1.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:34.249    Info: [TCP] 127.0.0.1:40522 --> i1.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:34.251    Info: [TCP] 127.0.0.1:40514 --> i2.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:34.320    Info: [TCP] 127.0.0.1:40530 --> i0.hdslb.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:34.442    Info: [TCP] 127.0.0.1:40542 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.521    Info: [TCP] 127.0.0.1:40554 --> passport.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.814    Info: [TCP] 127.0.0.1:40576 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:34.815    Info: [TCP] 127.0.0.1:40572 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:34.866 Warning: [TCP] dial DIRECT to www.google.com:80 error: dial tcp4 28.0.2.233:80: i/o timeout
20:42:34.948    Info: [TCP] 127.0.0.1:40586 --> mall.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.973    Info: [TCP] 127.0.0.1:40588 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.974    Info: [TCP] 127.0.0.1:40596 --> line3-h5-mobile-api.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.980    Info: [TCP] 127.0.0.1:40590 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:34.982    Info: [TCP] 127.0.0.1:40594 --> line3-h5-mobile-api.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.001    Info: [TCP] 127.0.0.1:40606 --> member.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.075    Info: [TCP] 127.0.0.1:40610 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.161    Info: [TCP] 127.0.0.1:40618 --> app.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.182    Info: [TCP] 127.0.0.1:40622 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.298 Warning: [TCP] dial DIRECT to metrics1-drcn.dt.dbankcloud.cn:443 error: dial tcp4 28.0.57.200:443: i/o timeout
20:42:35.326    Info: [TCP] 127.0.0.1:40626 --> pkg.biligame.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.350    Info: [TCP] 172.19.0.1:51426 --> metrics1-drcn.dt.dbankcloud.cn:443 match RuleSet(Direct) using 🎯 国内网络[DIRECT]
20:42:35.557    Info: [TCP] 127.0.0.1:40634 --> api.live.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:35.854 Warning: [TCP] dial DIRECT to 111.243.214.169:80 error: dial tcp4 111.243.214.169:80: i/o timeout
20:42:36.023    Info: [TCP] 127.0.0.1:40638 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:36.144    Info: [TCP] 127.0.0.1:40642 --> i0.hdslb.com:80 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:37.206    Info: [TCP] 127.0.0.1:40652 --> dataflow.biliapi.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:37.388    Info: [TCP] 172.19.0.1:55186 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:37.394    Info: [TCP] 172.19.0.1:55188 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:37.500    Info: [TCP] 172.19.0.1:39730 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:37.612    Info: [TCP] 127.0.0.1:40666 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:37.700    Info: [TCP] 172.19.0.1:57616 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:37.705    Info: [TCP] 172.19.0.1:49426 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:38.114 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.8.8:443: i/o timeout
20:42:38.124    Info: [TCP] 172.19.0.1:58644 --> upos-sz-mirrorcosov.bilivideo.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:38.741 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 98.159.108.57:443: i/o timeout
20:42:38.981 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.8.8:443: i/o timeout
20:42:39.980    Info: [TCP] 127.0.0.1:40688 --> pay.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:39.988    Info: [TCP] 127.0.0.1:40686 --> show.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:40.039 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to dns.google:443 error: dial tcp4 8.8.8.8:443: i/o timeout
20:42:43.753 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 98.159.108.57:443: i/o timeout
20:42:44.628    Info: [TCP] 172.19.0.1:49212 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:44.632    Info: [TCP] 172.19.0.1:57642 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:45.001    Info: [TCP] 172.19.0.1:58668 --> upos-sz-mirrorcosov.bilivideo.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:46.570    Info: [TCP] 172.19.0.1:49456 --> 203.107.1.66:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:46.576    Info: [TCP] 172.19.0.1:49224 --> 203.107.1.33:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:46.667    Info: [TCP] 172.19.0.1:39776 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:46.967    Info: [TCP] 172.19.0.1:58680 --> upos-sz-mirrorcosov.bilivideo.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:51.016    Info: [TCP] 172.19.0.1:55246 --> 203.107.1.65:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:51.020    Info: [TCP] 172.19.0.1:57664 --> 203.107.1.34:80 match RuleSet(ipAttributionReject) using 🚫 流量拦截[REJECT]
20:42:51.096    Info: [TCP] 172.19.0.1:39788 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:51.437    Info: [TCP] 172.19.0.1:58692 --> upos-sz-mirrorcosov.bilivideo.com:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:42:55.152    Info: [TCP] 127.0.0.1:40734 --> api.bilibili.com:443 match RuleSet(ipAttributionProxy) using 🚩 IP属地[节点01]
20:42:58.845 Warning: [TCP] dial 🌏 国内媒体 (match RuleSet/BiliBili) to graph.facebook.com:443 error: dial tcp4 98.159.108.57:443: i/o timeout
20:43:01.748    Info: [TCP] 172.19.0.1:39810 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:01.749    Info: [TCP] 172.19.0.1:39812 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:02.489    Info: [TCP] 172.19.0.1:39818 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:02.518    Info: [TCP] 172.19.0.1:39822 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:03.538    Info: [TCP] 172.19.0.1:39828 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:05.355    Info: [TCP] 172.19.0.1:39832 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:05.366    Info: [TCP] 172.19.0.1:39834 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]
20:43:05.877    Info: [TCP] 172.19.0.1:39840 --> upos-hz-mirrorakam.akamaized.net:443 match RuleSet(BiliBili) using 🌏 国内媒体[DIRECT]

小红书失效

如题,最新版app,已添加xiaohongshu.com并引入surge list

b站部分规则与港澳台番剧分流冲突

环境:iOS14.0 Qx
实测下来,实际上调用IP属地的规则就两条
passport.bilibili.com,对应账号安全中显示的登陆地
api.bilibili.com,对应评论时的实时地址
api.biliapi.net应该是api.bilibili.com无法使用时的替代服务器,主要用于港澳台番剧的播放判定

请在clash等IP分流规则添加no-resolve防DNS泄漏

你好

读rules.yaml后发现有IP-CIDR和IP-CIDR6的分流。如果简单的把这个ruleset分流到某节点,并且这个ruleset在国外站点domain类分流规则上面(优先级高)的情况下会导致访问国外站全部过一遍dns解析,哪怕国外domain类分流有匹配规则。此时会导致dns泄漏。

domain和ip规则混合的情况下只能用classical类型behavior,然而clash对于非ipcidr类型的ruleset无法整个ruleset添加no-resolve。

麻烦在每条IP-CIDR规则后面添加 no-resolve 选项,(帮助小白)避免dns泄漏发生。

谢谢。

豆瓣抓包

豆瓣

DOMAIN-SUFFIX,douban.com
IP-CIDR,49.233.242.15/32
IP-CIDR,81.70.124.99/32
IP-CIDR,81.70.125.19/32
IP-CIDR,140.143.177.206/32
IOS APP实测有效,其余设备不保证,doubanio.com的域名是加载图片的,实测直连不影响地区
四个IP会随机一个连接,根据IP显示地理位置

闲鱼检测规则

目前规则没有覆盖闲鱼

测试发现闲鱼除了用 goofish.com 外,还使用 AS37963,也就是阿里自己的ASN下面的 IP 检测归属地
请问是否有办法获取所有相关IP?直接把整个ASN都覆盖误伤太大。

小红书检测手段已变(待确定)

会请求加密dns并对多个IP发包image
目测是以下IP,大部分为edith.xiaohongshu.com域名的IPimage
由于数量众多,仅添加部分进入代理规则,成功显示代理IP,带speedtest的请求中大部分显示timeoutimage
也许可以主动禁止对edith.xiaohongshu.com域名的解析并空响应(?)本人不会写相关规则

快手评论区ip

domain-suffix, gifshow.com

个人主页似乎有延迟,未测试

B站直播观看 解决分配海外CDN

不像视频CDN可以通过直接替换cdn域名就可以实现切换CDN,直播CDN的连接中含有特殊的参数导致无法使用同样的方法将解析到的低速海外CDN切换至国内CDN。
我的方法是将live.bilibili.comapi.live.bilibili.com两个域名直连,可解决B站直播web端分配海外CDN的问题。
但我无法判断这样做是否存在风险。

网易大神 虎牙

网易大神 评论,个人主页
domain, god.gameyw.netease.com

虎牙 个人主页(子域名太多了,漏了就显示真实)
domain-suffix, huya.com

nga有多个域名

  • ngabbs.com

还有两个,或许可以补充一下

  • bbs.nga.cn
  • nga.178.com

NGA

个人主页ip。开代理以后发一个评论就会变代理ip

domain, ngabbs.com

米游社&小黑盒

米游社主域名已从 bbs.mihoyo.com 302至 miyoushe.com

- DOMAIN,bbs-api.mihoyo.com
- DOMAIN,bbs-api.miyoushe.com

小黑盒主域名,包括文章之类(图片CDN等静态资源不在此域名范围内)

- DOMAIN,api.xiaoheihe.cn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.