Skip to content

Commit

Permalink
client/web: add exit node selector
Browse files Browse the repository at this point in the history
Add exit node selector (in full management client only) that allows
for advertising as an exit node, or selecting another exit node on
the Tailnet for use.

Updates #10261

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
  • Loading branch information
soniaappasamy committed Nov 15, 2023
1 parent 855f79f commit 9b0b940
Show file tree
Hide file tree
Showing 7 changed files with 721 additions and 67 deletions.
1 change: 1 addition & 0 deletions client/web/src/components/app.tsx
Expand Up @@ -67,6 +67,7 @@ function WebClient({
readonly={!auth.canManageNode}
node={data}
updateNode={updateNode}
updatePrefs={updatePrefs}
/>
</Route>
<Route path="/details">
Expand Down

0 comments on commit 9b0b940

Please sign in to comment.