mirror of
				https://github.com/tailscale/tailscale.git
				synced 2025-10-31 03:09:01 +00:00 
			
		
		
		
	docs/windows/policy: add ExitNode.AllowOverride as an option to ExitNodeID policy
In this PR, we make ExitNode.AllowOverride configurable as part of the Exit Node ADMX policy setting, similarly to Always On w/ "Disconnect with reason" option. Updates tailscale/corp#29969 Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
		| @@ -23,6 +23,7 @@ | ||||
|             <string id="Tailscale_Category">Tailscale</string> | ||||
|             <string id="UI_Category">UI customization</string> | ||||
|             <string id="Settings_Category">Settings</string> | ||||
|             <string id="Allowed">Allowed</string> | ||||
|             <string id="AllowedWithAudit">Allowed (with audit)</string> | ||||
|             <string id="NotAllowed">Not Allowed</string> | ||||
|             <string id="LoginURL">Require using a specific Tailscale coordination server</string> | ||||
| @@ -69,7 +70,7 @@ See https://tailscale.com/kb/1315/mdm-keys#set-an-auth-key for more details.]]>< | ||||
|             <string id="ExitNodeID">Require using a specific Exit Node</string> | ||||
|             <string id="ExitNodeID_Help">< Nick Khyl
					Nick Khyl