rules: add support for resource excludes

This commit is contained in:
Vaxry
2025-04-15 14:49:29 +01:00
parent 15689ca20a
commit 50fbc7f5ac
7 changed files with 36 additions and 7 deletions

View File

@@ -33,7 +33,9 @@
"ip_ranges": [
"127.0.0.1/24",
"::1/128"
]
],
// if this regex matches the resource requested, this rule will not be applied
"exclude_regex": ".*/commit/.*"
}
]
}