Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ exit node #192

Merged
merged 8 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sites/cheerpx/src/content/docs/20-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ For more information on how to setup a HTTP server, please see our [server setup
[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

## Do I need an Exit Node for WebVM networking?

You do not need to create an exit node for WebVM. WebVM relies on tailscale to handle networking, allowing acces to your local or development machine as part of the Tailscale network.
GabrielaReyna marked this conversation as resolved.
Show resolved Hide resolved

For a detailed overview of WebVM networking and setup instructions, refer to our [Networking Guide](/docs/guides/Networking).
Loading