mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 11:41:39 +00:00
tailcfg: rename exit node destination network flow log node attribute (#11779)
Updates tailscale/corp#18625 Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
parent
048cb61dd0
commit
c24f2eee34
@ -2242,8 +2242,8 @@ 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.
|
// NodeAttrLogExitFlows enables exit node destinations in network flow logs.
|
||||||
NodeAttrExitDstNetworkFlowLog NodeCapability = "exit-dst-network-flow-log"
|
NodeAttrLogExitFlows NodeCapability = "log-exit-flows"
|
||||||
)
|
)
|
||||||
|
|
||||||
// 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