Skip to content

Commit

Permalink
Added links
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Dec 10, 2024
1 parent 2b39f15 commit aebb807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/cheerpx/src/content/docs/11-guides/Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ What is happening here?

- `controlUrl` is a string URL of the Tailscale control plane which verifies the user's identity. You only need to pass this option if you are [self-hosting Tailscale](/docs/guides/Networking#self-hosting-headscale).
- `authKey` is string with an auth key to register new users/devices that are pre-authenticated. You can create an auth key [here](https://login.tailscale.com/admin/settings/keys).
- `stateUpdateCb` is a callback function that receives the current state of the network. It is required for monitoring changes in the network status.
- `netmapUpdateCb` is a callback function that receives updates about the network map. This callback is also necessary for receiving network mapping information.
- [`stateUpdateCb`](/docs/reference/CheerpX-Linux-create#stateupdatecb) is a callback function that receives the current state of the network. It is required for monitoring changes in the network status.
- [`netmapUpdateCb`](/docs/reference/CheerpX-Linux-create#netmapupdatecb) is a callback function that receives updates about the network map. This callback is also necessary for receiving network mapping information.

Example to prompt the user for manual login on a different tab:

Expand Down

0 comments on commit aebb807

Please sign in to comment.