18 lines
423 B
Markdown
18 lines
423 B
Markdown
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 |