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
SSH into
pi-hole
instance in GCP. (See Setting up GCP CLI Doc)Run
sudo su -
Run
./setup.sh
from the root user root directory.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
Download/install the WireGuard client for your approprate platform.
Either Scan your saved QR Code or import the created
.conf
file.Allow the adding of VPN Network Interfaces
Connect to VPN
Last updated
Was this helpful?