VPN

How to Use WireGuard VPN

Intro

We currently use WireGuard VPN for Split-Tunnel VPN traffic. When connected to VPN, Pi-Hole will be used for DNS. See the Pi-Hole Doc for more info.

Adding New WireGuard Clients

  1. SSH into pi-hole instance in GCP. (See Setting up GCP CLI Doc)

  2. Run sudo su -

  3. Run ./setup.sh from the root user root directory.

  4. Save either the QR Code for iOS devices, or export the data in the created .conf file for use in the WireGuard macOS/Windows Client

Connecting to WireGuard

  1. Download/install the WireGuard client for your approprate platform.

  2. Either Scan your saved QR Code or import the created .conf file.

  3. Allow the adding of VPN Network Interfaces

  4. Connect to VPN

Last updated

Was this helpful?