mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
[Interface]
|
|
# Change to map to your subnet
|
|
Address = 10.20.0.3/24
|
|
PrivateKey = <server private key>
|
|
# Can be whatever port you like
|
|
ListenPort = 51820
|
|
|
|
[Peer]
|
|
PublicKey = <client public key>
|
|
Endpoint = <server ip>:<server port>
|
|
# Change to the CIDRs you want routed over the VPN
|
|
AllowedIPs = 10.20.0.0/24 |