support to configure extra blacklist of iface in "up" command (#1734)

Support to configure extra blacklist of iface in "up" command
This commit is contained in:
Jeremy Wu
2024-03-28 16:56:41 +08:00
committed by GitHub
parent 2d76b058fc
commit bd7a65d798
7 changed files with 259 additions and 208 deletions

View File

@@ -70,6 +70,8 @@ message LoginRequest {
optional bool serverSSHAllowed = 15;
optional bool rosenpassPermissive = 16;
repeated string extraIFaceBlacklist = 17;
}
message LoginResponse {