11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
[Interface]
|
|
Address = 10.0.0.2/24
|
|
PrivateKey = HOMELAB_PRIVATE_KEY
|
|
|
|
[Peer]
|
|
# VPS public key (from VPS's wg genkey | wg pubkey)
|
|
PublicKey = VPS_PUBLIC_KEY
|
|
Endpoint = VPS_IP:51820
|
|
AllowedIPs = 10.0.0.1/32
|
|
PersistentKeepalive = 25
|