first commit
This commit is contained in:
10
home/wireguard-config/wg0.conf
Normal file
10
home/wireguard-config/wg0.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user