Skip to content

Commit d378a2a

Browse files
committed
修改规则黑名单模式使用 gfw 规则集
1 parent cebc2a1 commit d378a2a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

_posts/2024-08-21-link-mihomo-geodata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ rules:
252252
- GEOSITE,ai,🤖 人工智能
253253
- GEOSITE,networktest,📈 网络测试
254254
- GEOSITE,tld-proxy,🧱 代理域名
255-
- GEOSITE,proxy,🧱 代理域名
255+
- GEOSITE,gfw,🧱 代理域名
256256
- GEOIP,media,🌍 国外媒体,no-resolve
257257
- GEOIP,games,🎮 游戏平台,no-resolve
258258
- GEOIP,telegram,📲 电报消息,no-resolve

_posts/2024-08-21-link-mihomo-ruleset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,12 @@ rule-providers:
465465
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/tld-proxy.mrs"
466466
interval: 86400
467467

468-
proxy:
468+
gfw:
469469
type: http
470470
behavior: domain
471471
format: mrs
472-
path: ./rules/proxy.mrs
473-
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/proxy.mrs"
472+
path: ./rules/gfw.mrs
473+
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/gfw.mrs"
474474
interval: 86400
475475

476476
mediaip:
@@ -507,7 +507,7 @@ rules:
507507
- RULE-SET,ai,🤖 人工智能
508508
- RULE-SET,networktest,📈 网络测试
509509
- RULE-SET,tld-proxy,🧱 代理域名
510-
- RULE-SET,proxy,🧱 代理域名
510+
- RULE-SET,gfw,🧱 代理域名
511511
- RULE-SET,mediaip,🌍 国外媒体,no-resolve
512512
- RULE-SET,gamesip,🎮 游戏平台,no-resolve
513513
- RULE-SET,telegramip,📲 电报消息,no-resolve

_posts/2024-08-22-link-singboxp-geodata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ tags: [sing-box, sing-boxp, 直链, 订阅, geodata, geosite, 基础]
280280
{ "geosite": [ "ai" ], "outbound": "🤖 人工智能" },
281281
{ "geosite": [ "networktest" ], "outbound": "📈 网络测试" },
282282
{ "geosite": [ "tld-proxy" ], "outbound": "🧱 代理域名" },
283-
{ "geosite": [ "proxy" ], "outbound": "🧱 代理域名" },
283+
{ "geosite": [ "gfw" ], "outbound": "🧱 代理域名" },
284284
{ "geoip": [ "media" ], "outbound": "🌍 国外媒体", "skip_resolve": true },
285285
{ "geoip": [ "games" ], "outbound": "🎮 游戏平台", "skip_resolve": true },
286286
{ "geoip": [ "telegram" ], "outbound": "📲 电报消息", "skip_resolve": true }

_posts/2024-08-22-link-singboxp-ruleset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ tags: [sing-box, sing-boxp, 直链, 订阅, ruleset, rule_set, 基础]
409409
{ "rule_set": [ "ai" ], "outbound": "🤖 人工智能" },
410410
{ "rule_set": [ "networktest" ], "outbound": "📈 网络测试" },
411411
{ "rule_set": [ "tld-proxy" ], "outbound": "🧱 代理域名" },
412-
{ "rule_set": [ "proxy" ], "outbound": "🧱 代理域名" },
412+
{ "rule_set": [ "gfw" ], "outbound": "🧱 代理域名" },
413413
{ "rule_set": [ "mediaip" ], "outbound": "🌍 国外媒体", "skip_resolve": true },
414414
{ "rule_set": [ "gamesip" ], "outbound": "🎮 游戏平台", "skip_resolve": true },
415415
{ "rule_set": [ "telegramip" ], "outbound": "📲 电报消息", "skip_resolve": true }
@@ -481,11 +481,11 @@ tags: [sing-box, sing-boxp, 直链, 订阅, ruleset, rule_set, 基础]
481481
"download_detour": "PROXY"
482482
},
483483
{
484-
"tag": "proxy",
484+
"tag": "gfw",
485485
"type": "remote",
486486
"format": "binary",
487-
"path": "./ruleset/proxy.srs",
488-
"url": "https://github.com/DustinWin/ruleset_geodata/releases/download/sing-box-ruleset-compatible/proxy.srs",
487+
"path": "./ruleset/gfw.srs",
488+
"url": "https://github.com/DustinWin/ruleset_geodata/releases/download/sing-box-ruleset-compatible/gfw.srs",
489489
"download_detour": "PROXY"
490490
},
491491
{

0 commit comments

Comments
 (0)