Looking for lightweight privacy on the go? Then consider hosting a WireGuard VPN service. In addition to this setup guide, we’ll also demonstrate how to tunnel your WireGuard traffic through a TLS WebSocket connection to circumvent some deep packet inspection systems. As an example, we’ll be using a virtual 172.16.0.0/24 network, but any private ip range will suffice. Installation On the Server Install the WireGuard management tools: apt install wireguard Enable IPv4 forwarding by uncomme...