mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-01 20:41:28 +02:00
Adds missing WGPort config
This commit is contained in:
@@ -49,6 +49,9 @@ func requestedMDMManagedKeys(msg *proto.SetConfigRequest) []string {
|
||||
if msg.BlockInbound != nil {
|
||||
keys = append(keys, mdm.KeyBlockInbound)
|
||||
}
|
||||
if msg.WireguardPort != nil {
|
||||
keys = append(keys, mdm.KeyWireguardPort)
|
||||
}
|
||||
return keys
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user