tailcfg: add auto exit node attribute (#11871)

Updates tailscale/corp#19515

Signed-off-by: Claire Wang <claire@tailscale.com>
pull/11801/head
Claire Wang 2 weeks ago committed by GitHub
parent 18765cd4f9
commit d5fc52a0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save