Allow !~= for website/uri
This commit is contained in:
@@ -31,8 +31,10 @@ message Filter {
|
||||
optional string http_request_uri = 3;
|
||||
optional int32 http_response = 4;
|
||||
StatusOp status_op = 5; // operator for http_response; ignored when unset
|
||||
optional string website_regex = 6; // RE2 regex matched against website
|
||||
optional string uri_regex = 7; // RE2 regex matched against http_request_uri
|
||||
optional string website_regex = 6; // RE2 regex matched against website
|
||||
optional string uri_regex = 7; // RE2 regex matched against http_request_uri
|
||||
optional string website_regex_exclude = 11; // RE2 regex; entries matching this are excluded
|
||||
optional string uri_regex_exclude = 12; // RE2 regex; entries matching this are excluded
|
||||
TorFilter tor = 8; // restrict to TOR / non-TOR clients
|
||||
optional int32 asn_number = 9; // filter by client ASN
|
||||
StatusOp asn_op = 10; // operator for asn_number; ignored when unset
|
||||
|
||||
Reference in New Issue
Block a user