~将ruleset文件统一指定到./ruleset文件夹以方便管理

This commit is contained in:
juewuy
2025-12-02 13:54:42 +08:00
parent 96ca1a167d
commit f739e0d9fd
16 changed files with 136 additions and 408 deletions

View File

@@ -31,7 +31,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/private.mrs
path: ./ruleset/private.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/private.mrs"
interval: 86400
@@ -39,7 +39,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/trackerslist.mrs
path: ./ruleset/trackerslist.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/trackerslist.mrs"
interval: 86400
@@ -47,7 +47,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/microsoft-cn.mrs
path: ./ruleset/microsoft-cn.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/microsoft-cn.mrs"
interval: 86400
@@ -55,7 +55,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/apple-cn.mrs
path: ./ruleset/apple-cn.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/apple-cn.mrs"
interval: 86400
@@ -63,7 +63,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/google-cn.mrs
path: ./ruleset/google-cn.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/google-cn.mrs"
interval: 86400
@@ -71,7 +71,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/games-cn.mrs
path: ./ruleset/games-cn.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/games-cn.mrs"
interval: 86400
@@ -79,7 +79,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/media.mrs
path: ./ruleset/media.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/media.mrs"
interval: 86400
@@ -87,7 +87,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/games.mrs
path: ./ruleset/games.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/games.mrs"
interval: 86400
@@ -95,7 +95,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/ai.mrs
path: ./ruleset/ai.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/ai.mrs"
interval: 86400
@@ -103,7 +103,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/networktest.mrs
path: ./ruleset/networktest.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/networktest.mrs"
interval: 86400
@@ -111,7 +111,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/proxy.mrs
path: ./ruleset/proxy.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/proxy.mrs"
interval: 86400
@@ -119,7 +119,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/cn.mrs
path: ./ruleset/cn.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/cn.mrs"
interval: 86400
@@ -127,7 +127,7 @@ rule-providers:
type: http
behavior: ipcidr
format: mrs
path: ./rules/privateip.mrs
path: ./ruleset/privateip.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/privateip.mrs"
interval: 86400
@@ -135,7 +135,7 @@ rule-providers:
type: http
behavior: ipcidr
format: mrs
path: ./rules/cnip.mrs
path: ./ruleset/cnip.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/cnip.mrs"
interval: 86400
@@ -143,7 +143,7 @@ rule-providers:
type: http
behavior: ipcidr
format: mrs
path: ./rules/mediaip.mrs
path: ./ruleset/mediaip.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/mediaip.mrs"
interval: 86400
@@ -151,7 +151,7 @@ rule-providers:
type: http
behavior: ipcidr
format: mrs
path: ./rules/gamesip.mrs
path: ./ruleset/gamesip.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/gamesip.mrs"
interval: 86400
@@ -159,7 +159,7 @@ rule-providers:
type: http
behavior: ipcidr
format: mrs
path: ./rules/telegramip.mrs
path: ./ruleset/telegramip.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/telegramip.mrs"
interval: 86400