~将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

@@ -32,7 +32,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
@@ -40,7 +40,7 @@ rule-providers:
type: http
behavior: domain
format: mrs
path: ./rules/ads.mrs
path: ./ruleset/ads.mrs
url: "https://github.com/DustinWin/ruleset_geodata/releases/download/mihomo-ruleset/ads.mrs"
interval: 86400
@@ -48,7 +48,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
@@ -56,7 +56,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
@@ -64,7 +64,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
@@ -72,7 +72,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
@@ -80,7 +80,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
@@ -88,7 +88,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
@@ -96,7 +96,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
@@ -104,7 +104,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
@@ -112,7 +112,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-lite.mrs"
interval: 86400
@@ -120,7 +120,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
@@ -128,7 +128,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
@@ -136,7 +136,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