diff options
| -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" + } } ] } |
