diff options
| author | Loyalsoldier <[email protected]> | 2024-08-06 09:45:54 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2024-08-06 09:45:54 +0800 |
| commit | 18e14e610c29c745c6fb98002d352c19e1105b73 (patch) | |
| tree | eedf9be586c4fc5cec7da76bfd2e0b5e5f7cd7f9 | |
| parent | 9c73bdbdbf4e3266e418edc23fb68adb609bfa2a (diff) | |
Release: add suffix `,no-resolve` for Surge ruleset
| -rw-r--r-- | config.json | 5 |
1 files changed, 4 insertions, 1 deletions
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" + } } ] } |
