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

Fixes tailscale/corp#15594

Signed-off-by: Claire Wang <claire@tailscale.com>
pull/10129/head
Claire Wang 7 months ago committed by GitHub
parent b2b836214c
commit 5de8650466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save