From 5a7bce6fda6403915ce307ffaa25700dc3b3d228 Mon Sep 17 00:00:00 2001 From: Nite07 Date: Thu, 3 Oct 2024 14:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Modify=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/example.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/templates/example.json b/templates/example.json index 42378eb..df0cb5d 100644 --- a/templates/example.json +++ b/templates/example.json @@ -144,12 +144,19 @@ "outbound": "default" }, { - "rule_set": [ - "geoip-cn", - "geosite-geolocation-cn", - "geosite-cn", - "geosite-category-games@cn", - "geosite-steam@cn" + "type": "logical", + "mode": "or", + "rules": [ + { + "rule_set": [ + "geoip-cn", + "geosite-geolocation-cn", + "geosite-cn", + "geosite-category-games@cn", + "geosite-steam@cn" + ] + }, + { "process_path_regex": [".*steamapps\\\\common.*"] } ], "outbound": "direct" }