mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-04-19 08:55:09 +00:00
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
|
[Interface]
|
||
|
# Name = server2.example-vpn.dev
|
||
|
Address = 10.0.44.2/32
|
||
|
ListenPort = 51820
|
||
|
PrivateKey = eDwURfg8PhpUAdPp+OA9pQ5oZQYqGqY3LToUORMh220=
|
||
|
DNS = 1.1.1.1
|
||
|
|
||
|
[Peer]
|
||
|
# Name = server1.example-vpn.tld
|
||
|
Endpoint = server1.example-vpn.tld:51820
|
||
|
PublicKey = q/+jwmL5tNuYSB3z+t9Caj00Pc1YQ8zf+uNPu/UE1wE=
|
||
|
AllowedIPs = 10.0.44.1/24
|