diff --git a/util/syspolicy/policy_keys.go b/util/syspolicy/policy_keys.go index 8dc2d00c2..c90f7b5cc 100644 --- a/util/syspolicy/policy_keys.go +++ b/util/syspolicy/policy_keys.go @@ -21,8 +21,8 @@ const ( EnableIncomingConnections Key = "AllowIncomingConnections" EnableServerMode Key = "UnattendedMode" ExitNodeAllowLANAccess Key = "ExitNodeAllowLANAccess" - EnableTailscaleDNS Key = "EnableTailscaleDNSSettings" - EnableTailscaleSubnets Key = "EnableTailscaleSubnets" + EnableTailscaleDNS Key = "UseTailscaleDNSSettings" + EnableTailscaleSubnets Key = "UseTailscaleSubnets" // Keys with a string value that controls visibility: "show", "hide". // The default is "show" unless otherwise stated.