mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 03:31:39 +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 @@ const (
|
|||||||
|
|
||||||
// NodeAttrDisableWebClient disables using the web client.
|
// NodeAttrDisableWebClient disables using the web client.
|
||||||
NodeAttrDisableWebClient NodeCapability = "disable-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.
|
// SetDNSRequest is a request to add a DNS record.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user