From 014325b4c68962a21bbc20055194994ec488a458 Mon Sep 17 00:00:00 2001 From: Haseeb Qureshie Date: Tue, 17 Dec 2024 15:23:50 +0100 Subject: [PATCH] References to the bottom --- sites/cheerpx/src/content/docs/20-faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sites/cheerpx/src/content/docs/20-faq.md b/sites/cheerpx/src/content/docs/20-faq.md index a8b53458..a52efcc2 100644 --- a/sites/cheerpx/src/content/docs/20-faq.md +++ b/sites/cheerpx/src/content/docs/20-faq.md @@ -73,10 +73,6 @@ 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. @@ -84,3 +80,7 @@ You **do** need to create an exit node if you want your WebVM to access the publ 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