syspolicy: add Allow LAN Access visibility key (#10113)

Fixes tailscale/corp#15594

Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
Claire Wang
2023-11-04 15:51:20 -04:00
committed by GitHub
parent b2b836214c
commit 5de8650466

View File

@@ -15,6 +15,7 @@ const (
// The default is "user-decides" unless otherwise stated.
EnableIncomingConnections Key = "AllowIncomingConnections"
EnableServerMode Key = "UnattendedMode"
ExitNodeAllowLANAccess Key = "ExitNodeAllowLANAccess"
// Keys with a string value that controls visibility: "show", "hide".
// The default is "show" unless otherwise stated.