~将ruleset文件统一指定到./ruleset文件夹以方便管理
This commit is contained in:
@@ -29,7 +29,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
|
||||
|
||||
@@ -37,7 +37,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
|
||||
|
||||
@@ -45,7 +45,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
|
||||
|
||||
@@ -53,7 +53,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
|
||||
|
||||
@@ -61,7 +61,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
|
||||
|
||||
@@ -69,7 +69,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
|
||||
|
||||
@@ -77,7 +77,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
|
||||
|
||||
@@ -85,7 +85,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
|
||||
|
||||
@@ -93,7 +93,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
|
||||
|
||||
@@ -101,7 +101,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
|
||||
|
||||
@@ -109,7 +109,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
|
||||
|
||||
@@ -117,7 +117,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
|
||||
|
||||
@@ -125,7 +125,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user