避免微软new bing标记IP

看到消息:“微软直接标记ip了 梯子ip送中直接重定向到cn,测试了不是账号而是ip,就算不登录只要ip送中就一直重定向。跟有图比学真离谱啊,有图比至少还让你用”。

赶紧配置一下,避免自己的ip被标记。

服务器sing-box服务端规则

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"route": {
"rules": [
{
"domain_suffix": [".onion"],
"outbound": "tor"
},
{
"domain_suffix": ["openai.com"],
"outbound": "wireguard"
},
{
"domain_suffix": [".cn"],
"outbound": "wireguard"
},
{
"domain_suffix": ["check.torproject.org"],
"outbound": "tor"
},
{
"domain_suffix": ["myip.ipip.net"],
"outbound": "wireguard"
},
{
"geoip": ["cn"],
"outbound": "wireguard"
},
{
"geosite": ["cn"],
"outbound": "wireguard"
},
{
"domain_keyword": ["bing","microsoft"],
"outbound": "wireguard"
}
]
}
}

浏览器Header Editor拓展规则

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"request": [
{
"enable": true,
"name": "bing-cn-to-www",
"ruleType": "redirect",
"matchType": "prefix",
"pattern": "https://cn.bing.com",
"exclude": "",
"group": "Bing",
"isFunction": false,
"action": "redirect",
"to": "https://www.bing.com"
}
],
"sendHeader": [
{
"enable": true,
"name": "bing",
"ruleType": "modifySendHeader",
"matchType": "all",
"pattern": "",
"exclude": "",
"group": "Bing",
"isFunction": false,
"action": {
"name": "x-forwarded-for",
"value": "51.20.xxx.xxx"
}
},
{
"enable": true,
"name": "bing2",
"ruleType": "modifySendHeader",
"matchType": "all",
"pattern": "",
"exclude": "",
"group": "Bing",
"isFunction": false,
"action": {
"name": "x-real-ip",
"value": "51.20.xxx.xxx"
}
}
],
"receiveHeader": [],
"receiveBody": []
}

避免微软new bing标记IP
https://b.limour.top/2171.html
Author
Limour
Posted on
March 19, 2023
Licensed under