mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-24 16:41:30 +02:00
Add allowRemoteJobs (bool) and debugBundleUploadURL (string) to the remaining MDM policy schema artifacts so administrators can enforce them through every supported channel: the Windows ADMX/ADML templates, the macOS .mobileconfig and the bare-plist helper, and the .reg example. The macOS managed-preferences plist was covered with the code change.
24 lines
1.7 KiB
Reg
24 lines
1.7 KiB
Reg
Windows Registry Editor Version 5.00
|
||
|
||
[HKEY_LOCAL_MACHINE\Software\Policies\NetBird]
|
||
"SplitTunnelMode"="allow"
|
||
"SplitTunnelApps"="my.fancy.app,or.something.else"
|
||
"AllowServerSSH"=dword:00000000
|
||
"AllowRemoteJobs"=dword:00000001
|
||
"DebugBundleUploadURL"="https://upload.example.com"
|
||
"BlockInbound"=dword:00000001
|
||
"DisableAutoConnect"=dword:00000001
|
||
"DisableAutostart"=dword:00000001
|
||
"DisableClientRoutes"=dword:00000001
|
||
"DisableMetricsCollection"=dword:00000001
|
||
"DisableNetworks"=dword:00000001
|
||
"DisableAdvancedView"=dword:00000001
|
||
"DisableProfiles"=dword:00000001
|
||
"DisableServerRoutes"=dword:00000001
|
||
"DisableUpdateSettings"=dword:00000001
|
||
"PreSharedKey"="RE9OJ1RVU0UgVEhJUyBQU0sAAAAAAAAAAAAAAAAAAAA="
|
||
"ManagementURL"="https://foo.bar.zoo:443"
|
||
"RosenpassEnabled"=dword:00000000
|
||
"RosenpassPermissive"=dword:00000000
|
||
"WireguardPort"=dword:0000ca6d
|