From 107f2de66ceca5bd78ad956f1197b5e80da2717f Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Thu, 5 Mar 2026 12:41:59 -0700 Subject: [PATCH] Add WireGuard VPN configuration for Proxmox Colocation --- wg1.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wg1.conf diff --git a/wg1.conf b/wg1.conf new file mode 100644 index 0000000..220b7dc --- /dev/null +++ b/wg1.conf @@ -0,0 +1,10 @@ +[Interface] +PrivateKey = eDcRLqehay1uqtv+ltkxgWc4EtPMlFyZRVzfQSZ6zWM= +Address = 10.6.0.3/24 +DNS = 1.1.1.1 + +[Peer] +PublicKey = ee4ywiTbFZ3Dlg74FqIwTQQMo4vR6IgKrDQ+Yos7gHo= +Endpoint = 74.80.182.50:51820 +AllowedIPs = 10.6.0.0/24, 10.4.0.0/24 +PersistentKeepalive = 25