15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
# wg0-client.conf.template
|
|
# Copy, rename, and fill in keys for a new client
|
|
|
|
[Interface]
|
|
PrivateKey = <CLIENT_PRIVATE_KEY>
|
|
Address = 10.20.0.X/32
|
|
DNS = 1.1.1.1
|
|
|
|
[Peer]
|
|
PublicKey = <SERVER_PUBLIC_KEY>
|
|
Endpoint = <SERVER_PUBLIC_IP>:51820
|
|
AllowedIPs = 10.20.0.0/24
|
|
PersistentKeepalive = 25
|
|
|