mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-19 11:20:18 +02:00
Update configuration options for client UI (#2139)
* Add additional configuration options to client UI * add quick settings options * Remove unused UI elements and client options * Add additional config properties to daemon protocol This update extends the daemon protocol to include new configuration properties: interfaceName, wireguardPort, disableAutoConnect, serverSSHAllowed, rosenpassEnabled, and rosenpassPermissive. * Refactor UI client settings and restart process * Fix disable connect option while connecting
This commit is contained in:
@@ -147,6 +147,18 @@ message GetConfigResponse {
|
||||
|
||||
// adminURL settings value.
|
||||
string adminURL = 5;
|
||||
|
||||
string interfaceName = 6;
|
||||
|
||||
int64 wireguardPort = 7;
|
||||
|
||||
bool disableAutoConnect = 9;
|
||||
|
||||
bool serverSSHAllowed = 10;
|
||||
|
||||
bool rosenpassEnabled = 11;
|
||||
|
||||
bool rosenpassPermissive = 12;
|
||||
}
|
||||
|
||||
// PeerState contains the latest state of a peer
|
||||
|
Reference in New Issue
Block a user