Add VPN documentation and WireGuard templates

This commit is contained in:
2026-07-21 21:02:54 -04:00
parent 69651afb45
commit b12e0fd163
5 changed files with 120 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# infra01 WireGuard Configuration (Template)
#
# Copy to:
# /etc/wireguard/wg0.conf
#
# Replace all placeholder values before use.
[Interface]
Address = 10.100.0.2/24
PrivateKey = <INFRA01_PRIVATE_KEY>
[Peer]
# edge01
PublicKey = <EDGE01_PUBLIC_KEY>
PresharedKey = <PRESHARED_KEY>
Endpoint = edge01.zerafa.com:51820
AllowedIPs = 10.100.0.1/32
PersistentKeepalive = 25