mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-05 23:07:44 +00:00
tailcfg: add auto exit node attribute (#11871)
Updates tailscale/corp#19515 Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
parent
18765cd4f9
commit
d5fc52a0f5
@ -2250,6 +2250,9 @@ type Oauth2Token struct {
|
||||
|
||||
// NodeAttrLogExitFlows enables exit node destinations in network flow logs.
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user