Skip to content

Commit

Permalink
References to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Dec 17, 2024
1 parent 6ae7285 commit 014325b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sites/cheerpx/src/content/docs/20-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ To properly utilize CheerpX, you must run a local web server. This allows you to

For more information on how to setup a HTTP server, please see our [server setup guide].

[server setup guide]: /docs/guides/nginx
[SharedArrayBuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
[cross-origin isolated]: https://web.dev/articles/why-coop-coep

## When do I need an exit node for WebVM networking?

You **do** need to create an exit node if you want your WebVM to access the public internet. An exit node routes traffic from your WebVM to the internet, making it possible to connect to online services. This is particularly important in scenarios where WebVM needs to interact with resources outside your Tailscale network.

You do **not** need to create an exit node for WebVM if your goal is to access other devices within your Tailscale network, including other WebVM instances and your local development machine. Tailscale takes care of routing and connecting your WebVM to other devices on the Tailscale network seamlessly.

For detailed instructions on WebVM networking and setting up an exit node, check out our [Networking Guide](/docs/guides/Networking#exit-node).

[server setup guide]: /docs/guides/nginx
[SharedArrayBuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
[cross-origin isolated]: https://web.dev/articles/why-coop-coep

0 comments on commit 014325b

Please sign in to comment.