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" }