wg-mail-tunnel/client/wg0.conf
2025-01-26 07:37:24 +00:00

17 lines
452 B
Plaintext

[Interface]
# Replace with the client's private key
PrivateKey = CLIENT_PRIVATE_KEY
# Client's VPN IP address
Address = 10.99.97.4/24
# Set DNS server (optional)
DNS = 8.8.8.8
[Peer]
# Server's public key
PublicKey = SERVER_PUBLIC_KEY
# Server's public IP address and WireGuard port
Endpoint = SERVER_PUBLIC_IP:51820
# Route all traffic through the VPN
AllowedIPs = 0.0.0.0/0
# Keep the connection alive (useful if behind NAT)
PersistentKeepalive = 25