Skip to content
Snippets Groups Projects
Commit 01871338 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Add new file

parent f272cf7f
Branches
No related tags found
No related merge requests found
#
# Client (the actual self-host local server)
#
[Interface]
## This Desktop/client's private key ##
PrivateKey = <CLIENT PRIVKEY>
Address = 10.10.123.2/24
[Peer]
PublicKey = <SERVER PUBKEY>
## set ACL ##
AllowedIPs = 10.10.123.0/24
# setting to 0.0.0.0/0 routes all outbound through the vpn and out the public vps
#AllowedIPs = 0.0.0.0/0
Endpoint = <SERVER IP>:12345
## Key connection alive ##
PersistentKeepalive = 15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment