11 lines
250 B
YAML
11 lines
250 B
YAML
# file: /etc/wireguard/wg0.conf
|
|
[Interface]
|
|
Address = 10.10.10.10/32
|
|
PrivateKey = PRIVATE_SERVER_KEY
|
|
DNS = 9.9.9.9, 149.112.112.112
|
|
|
|
[Peer]
|
|
PublicKey = PUBLIC_VPS_KEY
|
|
Endpoint = VPS_IP_ADDRESS:51820
|
|
AllowedIPs = 10.10.10.1/32
|
|
PersistentKeepalive = 25 |