Skip to content

Commit

Permalink
tailcfg: add suggest exit node related node attribute (#11329)
Browse files Browse the repository at this point in the history
Updates tailscale/corp#17516

Signed-off-by: Claire Wang <claire@tailscale.com>
  • Loading branch information
clairew committed Mar 5, 2024
1 parent 13853e7 commit d610f8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tailcfg/tailcfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -2214,6 +2214,10 @@ const (

// NodeAttrsTailFSAccess enables accessing shares via TailFS.
NodeAttrsTailFSAccess NodeCapability = "tailfs:access"

// NodeAttrsSuggestExitNode is applied to each exit node which the control plane has determined
// is a recommended exit node.
NodeAttrsSuggestExitNode NodeCapability = "suggest-exit-node"
)

// SetDNSRequest is a request to add a DNS record.
Expand Down

0 comments on commit d610f8e

Please sign in to comment.