This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
+18
View File
@@ -0,0 +1,18 @@
Current configuration for the wireguard connection file. To be placed in /etc/wireguard
```
[Interface]
PrivateKey = eEfE3hyySaaXj2FDF0RTty2Y4+5HickA7Ksx9oN+9n4=
Address = 10.0.0.2/32
MTU = 1420
DNS = 192.168.2.9
[Peer]
PublicKey = hVUB9ytn1Fr4hXK45g1UeCnGEtcd3rAXcDM2iPo66Bc=
AllowedIPs = 0.0.0.0/0
Endpoint = wg2.mikemcfetridge.com:51820
PersistentKeepalive = 21
```
//
This is the current conf file as of 08/15/2025