10 lines
182 B
YAML
10 lines
182 B
YAML
|
# file: /etc/wireguard/wg0.conf
|
||
|
[Interface]
|
||
|
Address = 10.10.10.1/24
|
||
|
ListenPort = 51820
|
||
|
PrivateKey = PRIVATE_VPS_KEY
|
||
|
|
||
|
[Peer]
|
||
|
PublicKey = PUBLIC_SERVER_KEY
|
||
|
AllowedIPs = 10.10.10.10/32
|