mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 09:16:40 +00:00
Add trusted_cidrs field to bypass all restriction layers
This commit is contained in:
@@ -108,6 +108,8 @@ message AccessRestrictions {
|
||||
repeated string blocked_countries = 4;
|
||||
// CrowdSec IP reputation mode: "", "off", "enforce", or "observe".
|
||||
string crowdsec_mode = 5;
|
||||
// Trusted CIDRs bypass all restriction layers (CIDR, country, CrowdSec).
|
||||
repeated string trusted_cidrs = 6;
|
||||
}
|
||||
|
||||
message ProxyMapping {
|
||||
|
||||
Reference in New Issue
Block a user