From edb916338c8eecc874773ff6be1dc2e1e2d1b56a Mon Sep 17 00:00:00 2001 From: StuPleb Date: Fri, 14 Nov 2025 20:48:41 +0100 Subject: [PATCH] minor typos and grammar (#3047) * minor typos and grammar * added missing word - compute --- START-TUNNEL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/START-TUNNEL.md b/START-TUNNEL.md index bd58e7cbc..474e4d775 100644 --- a/START-TUNNEL.md +++ b/START-TUNNEL.md @@ -1,16 +1,16 @@ # StartTunnel -A self-hosted Wiregaurd VPN optimized for creating VLANs and reverse tunneling to personal servers. +A self-hosted WireGuard VPN optimized for creating VLANs and reverse tunneling to personal servers. -You can think of StartTunnel as "virtual router in the cloud" +You can think of StartTunnel as "virtual router in the cloud". -Use it for private, remote access, to self-hosted services running on a personal server, or to expose self-hosted services to the public Internet without revealing the host server's IP address. +Use it for private remote access to self-hosted services running on a personal server, or to expose self-hosted services to the public Internet without revealing the host server's IP address. ## Features - **Create Subnets**: Each subnet creates a private, virtual local area network (VLAN), similar to the LAN created by a home router. -- **Add Devices**: When you add a device (server, phone, laptop) to a subnet, it receives a LAN IP address on that subnet as well as a unique Wireguard config that must be copied, downloaded, or scanned into the device. +- **Add Devices**: When you add a device (server, phone, laptop) to a subnet, it receives a LAN IP address on that subnet as well as a unique WireGuard config that must be copied, downloaded, or scanned into the device. - **Forward Ports**: Forwarding a port creates a "reverse tunnel", exposing a specific port on a specific device to the public Internet. @@ -19,7 +19,7 @@ Use it for private, remote access, to self-hosted services running on a personal 1. Rent a low cost VPS. For most use cases, the cheapest option should be enough. - It must have a dedicated public IP address. - - For (CPU), memory (RAM), and storage (disk), choose the minimum spec. + - For compute (CPU), memory (RAM), and storage (disk), choose the minimum spec. - For transfer (bandwidth), it depends on (1) your use case and (2) your home Internet's _upload_ speed. Even if you intend to serve large files or stream content from your server, there is no reason to pay for speeds that exceed your home Internet's upload speed. 1. Provision the VPS with the latest version of Debian.