mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
feat: add support for protocol in acl rules
This commit is contained in:
@@ -35,6 +35,7 @@ message ACL {
|
||||
string action = 1;
|
||||
repeated string src = 2;
|
||||
repeated string dst = 3;
|
||||
string proto = 4;
|
||||
}
|
||||
|
||||
message AutoApprovers {
|
||||
|
||||
Reference in New Issue
Block a user