dotfiles/home/r0r5chach/.vpn/templates/home.conf

11 lines
225 B
Plaintext

[Interface]
PrivateKey = {INSERT_PRIVATE_KEY}
Address = 10.0.0.2/32
[Peer]
PublicKey = {INSERT_PUBLIC_KEY}
PresharedKey = {INSERT_PRESHARED_KEY}
AllowedIPs = 10.0.0.0/24
Endpoint = {INSERT_ENDPOINT}
PersistentKeepalive = 25