diff --git a/util/syspolicy/policy_keys.go b/util/syspolicy/policy_keys.go index 73900aeeb..4870072e0 100644 --- a/util/syspolicy/policy_keys.go +++ b/util/syspolicy/policy_keys.go @@ -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.