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

@@ -34,7 +34,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
@@ -42,7 +42,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
@@ -50,7 +50,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
@@ -58,7 +58,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
@@ -66,7 +66,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
@@ -74,7 +74,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
@@ -82,7 +82,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
@@ -90,7 +90,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
@@ -98,7 +98,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
@@ -106,7 +106,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
@@ -114,7 +114,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
@@ -122,7 +122,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
@@ -130,7 +130,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
@@ -138,7 +138,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
@@ -146,7 +146,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
@@ -154,7 +154,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
@@ -162,7 +162,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
@@ -170,7 +170,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