11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
[Interface]
|
|
Address = 192.168.20.2/24
|
|
PrivateKey = <client_private_key>
|
|
ListenPort = 0 #needed for some clients to accept the config
|
|
|
|
[Peer]
|
|
PublicKey = <server_public_key>
|
|
Endpoint = <server_public_ip>:5555
|
|
AllowedIPs = 0.0.0.0/0,::/0 #makes sure ALL traffic routed through VPN
|
|
PersistentKeepalive =
|