summaryrefslogtreecommitdiffhomepage
path: root/util
diff options
context:
space:
mode:
authorClaire Wang <claire@tailscale.com>2024-03-27 15:45:02 -0400
committerClaire Wang <claire@tailscale.com>2024-04-03 15:24:58 -0400
commit78c36f53fee9f03eff7ef09ada79662424db8a15 (patch)
tree8dba65a6f67d4d8ef1b29d6845ed70ac02def2e3 /util
parent92d3f64e95dc7b33fb19f03223d5ba4aa3331d8c (diff)
downloadtailscale-enable-exit-node-dst-logs.tar.xz
tailscale-enable-exit-node-dst-logs.zip
exit node dst wipenable-exit-node-dst-logs
Diffstat (limited to 'util')
-rw-r--r--util/syspolicy/policy_keys.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/syspolicy/policy_keys.go b/util/syspolicy/policy_keys.go
index 166bbe601..64656c62e 100644
--- a/util/syspolicy/policy_keys.go
+++ b/util/syspolicy/policy_keys.go
@@ -67,7 +67,7 @@ const (
// The default is 0 unless otherwise stated.
LogSCMInteractions Key = "LogSCMInteractions"
FlushDNSOnSessionUnlock Key = "FlushDNSOnSessionUnlock"
-
+ ExitDestinationFlowLogs Key = "ExitDestinationFlowLogs"
// PostureChecking indicates if posture checking is enabled and the client shall gather
// posture data.
// Key is a string value that specifies an option: "always", "never", "user-decides".