From 18e14e610c29c745c6fb98002d352c19e1105b73 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:45:54 +0800 Subject: Release: add suffix `,no-resolve` for Surge ruleset --- config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index ea79f164..7518b060 100644 --- a/config.json +++ b/config.json @@ -217,7 +217,10 @@ }, { "type": "surgeRuleSet", - "action": "output" + "action": "output", + "args": { + "addSuffixInLine": ",no-resolve" + } } ] } -- cgit v1.3.1