mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-26 08:39:06 +02:00
update protocol
This commit is contained in:
@@ -480,8 +480,10 @@ func infoToMetaData(info *system.Info) *proto.PeerSystemMeta {
|
||||
Cloud: info.Environment.Cloud,
|
||||
Platform: info.Environment.Platform,
|
||||
},
|
||||
RosenpassEnabled: info.RosenpassEnabled,
|
||||
RosenpassPermissive: info.RosenpassPermissive,
|
||||
ServerSSHAllowed: info.ServerSSHAllowed,
|
||||
Config: &proto.Config{
|
||||
RosenpassEnabled: info.Config.RosenpassEnabled,
|
||||
RosenpassPermissive: info.Config.RosenpassPermissive,
|
||||
ServerSSHAllowed: info.Config.ServerSSHAllowed,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user