Setup guide

You need two things: the official WireGuard app and your .conf file from the config generator. Pick your platform below.

  1. Install WireGuard for Windows (or from the Microsoft Store).
  2. Open WireGuard → Add TunnelImport tunnel(s) from file, and pick your .conf.
  3. Select the tunnel and click Activate.
  4. Confirm on the status page or check your IP at a site like ipleak.net — it should show the tunnel, not your ISP.

Split tunnel vs. everything

Your config routes all traffic through the tunnel (AllowedIPs = 0.0.0.0/0, ::/0). To only route the private network — leaving normal browsing on your own connection — change that line to AllowedIPs = 10.8.0.0/24 before importing.

Kill switch

On desktop WireGuard, enable "Block untunneled traffic (kill-switch)" in the tunnel's settings so nothing leaks if the tunnel drops. On mobile, enable "Always-on VPN" in the OS VPN settings.