mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-23 07:09:08 +02:00
Modify client-side behavior
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -268,7 +268,13 @@ message PeerConfig {
|
||||
int32 mtu = 7;
|
||||
|
||||
// Auto-update config
|
||||
string autoUpdateVersion = 8;
|
||||
AutoUpdateSettings autoUpdate = 8;
|
||||
}
|
||||
|
||||
message AutoUpdateSettings {
|
||||
string version = 1;
|
||||
// When false, only update if the connection started < 1 minute ago
|
||||
bool alwaysUpdate = 2;
|
||||
}
|
||||
|
||||
// NetworkMap represents a network state of the peer with the corresponding configuration parameters to establish peer-to-peer connections
|
||||
|
||||
Reference in New Issue
Block a user