Skip to content

Commit

Permalink
Changed text
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Dec 18, 2024
1 parent 014325b commit de547a0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sites/cheerpx/src/content/docs/11-guides/Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,21 @@ If your use case only involves internal access within the Tailscale network (for

### How to set up an exit node

Tailscale can be downloaded, installed, and updated in different ways depending on your system. For detailed instructions, refer to the [install Tailscale](https://tailscale.com/kb/1347/installation) guide and choose the appropriate method for your system.
1. **Install Tailscale**

1. Advertise a device as an exit node
First, download and install Tailscale on the device you want to use as the exit node. For detailed instructions, refer to the [install Tailscale](https://tailscale.com/kb/1347/installation) guide and choose the appropriate method for your system.

2. **Enable the exit node**

On the device you want to use as the exit node, run:

```bash
sudo tailscale up --advertise-exit-node
```

This makes the device available as an exit node for other Tailscale devices.
This command advertises the device as an exit node, making it available for other Tailscale devices to use.

For more details on configuring and using exit nodes, refer to Tailscale’s [Exit nodes](https://tailscale.com/kb/1103/exit-nodes) documentation.
For more details on configuring and using exit nodes, refer to Tailscale’s [exit nodes](https://tailscale.com/kb/1103/exit-nodes) documentation.

## Client applications with existing backends

Expand Down

0 comments on commit de547a0

Please sign in to comment.