mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
tailcfg: add exit destination for network flow logs node attribute (#11698)
Updates tailscale/corp#18625 Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
parent
7a77a2edf1
commit
976d3c7b5f
@ -2231,6 +2231,9 @@ type Oauth2Token struct {
|
||||
|
||||
// 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…
Reference in New Issue
Block a user