1
yylucian 308 天前
|
2
yylucian 308 天前 1
或 rule-providers 中定义一个
```yaml rule-providers: bing: type: http behavior: "classical" url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Bing/Bing.yaml" path: ./ruleset/Bing.yaml interval: 86400 ``` 然后 rules 中添加 - RULE-SET,bing,PROXY |
3
stcQ2G13k9yxep40 308 天前
前几天用的 passwall ,针对 bing.com 、copilot.microsoft.com 、login.live.com 做了分流规则,走美国节点,没有卵用,必须全局代理才行。后来偶然发现用 v2rayN 客户端进行局域网代理,默认的绕过大陆规则,竟然可以直接访问,而且局域网内使用 http 的 10809 进行代理上网,速度更快。目前是抛弃 openwrt 了。
|
5
xinmans OP @qishouvip2022 不妨试试 clash ,比 passwall 智能多了
|
6
xinmans OP @yylucian 找到地方了,但是通过 tailscale 的 exit node 模式之后 clash 已经只能看到 ip 地址了,需要根据 ip 地址来设置规则,看到 https://learn.microsoft.com/en-us/microsoft-copilot-service/about-limits-quotas 有 ip 段,但是太多了,如何设置规则才能匹配到规则,而不是默认漏网之鱼
[2024-01-08 18:09:29][INFO] [TCP] 192.168.31.158:36698 --> 34.226.69.105:443 match Match using 🐟 漏网之鱼[中国-台湾 04] [2024-01-08 18:09:29][INFO] [TCP] 192.168.31.158:40596 --> 3.163.125.69:443 match Match using 🐟 漏网之鱼[中国-台湾 04] [2024-01-08 18:09:29][INFO] [TCP] 192.168.31.158:54256 --> 199.59.148.8:443 match Match using 🐟 漏网之鱼[中国-台湾 04] [2024-01-08 18:09:29][INFO] [TCP] 192.168.31.158:54882 --> 159.138.20.20:443 match Match using 🐟 漏网之鱼[中国-台湾 04] |
7
stcQ2G13k9yxep40 303 天前
@xinmans OK ,有时间我研究下。
|