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

11 lines
225 B
Plaintext
Raw Normal View History

2023-10-13 16:35:31 +00:00
[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