tailcfg: add exit destination for network flow logs node attribute (#11698)

Updates tailscale/corp#18625

Signed-off-by: Claire Wang <claire@tailscale.com>
pull/11709/head
Claire Wang 1 month ago committed by GitHub
parent 7a77a2edf1
commit 976d3c7b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2231,6 +2231,9 @@ const (
// NodeAttrDisableWebClient disables using the web client.
NodeAttrDisableWebClient NodeCapability = "disable-web-client"
// NodeAttrExitDstNetworkFlowLog enables exit node destinations in network flow logs.
NodeAttrExitDstNetworkFlowLog NodeCapability = "exit-dst-network-flow-log"
)
// SetDNSRequest is a request to add a DNS record.

Loading…
Cancel
Save