tailcfg: add auto exit node attribute (#11871)
Updates tailscale/corp#19515 Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
@ -2250,6 +2250,9 @@ const (
|
|||||||
|
|
||||||
// NodeAttrLogExitFlows enables exit node destinations in network flow logs.
|
// NodeAttrLogExitFlows enables exit node destinations in network flow logs.
|
||||||
NodeAttrLogExitFlows NodeCapability = "log-exit-flows"
|
NodeAttrLogExitFlows NodeCapability = "log-exit-flows"
|
||||||
|
|
||||||
|
// NodeAttrAutoExitNode permits the automatic exit nodes feature.
|
||||||
|
NodeAttrAutoExitNode NodeCapability = "auto-exit-node"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SetDNSRequest is a request to add a DNS record.
|
// SetDNSRequest is a request to add a DNS record.
|
||||||
|
Reference in New Issue
Block a user