tailcfg: add auto exit node attribute (#11871)

Updates tailscale/corp#19515

Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
Claire Wang 2024-04-25 15:05:39 -04:00 committed by GitHub
parent 18765cd4f9
commit d5fc52a0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -2250,6 +2250,9 @@ const (
// 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.