We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a797e commit 74185d5Copy full SHA for 74185d5
community/01-add-proxies-and-rulesets.md
@@ -171,12 +171,17 @@ payload:
171
172
```
173
{
174
- "domain_suffix": [
175
- "example.com",
176
- "example2.com"
177
- ],
178
- "process_name": [
179
- "test.exe"
+ "version": 1,
+ "rules": [
+ {
+ "domain_suffix": [
+ "example.com",
+ "example2.com"
180
+ ],
181
+ "process_name": [
182
+ "test.exe"
183
+ ]
184
+ }
185
]
186
}
187
0 commit comments