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 = server1.example-vpn.tld
|
||
|
Address = 10.0.44.1/24
|
||
|
ListenPort = 51820
|
||
|
PrivateKey = 2P/3ll/TxGTjGqwcWnqJMnjwPqGw7oX1RaXlPfsf2FQ=
|
||
|
DNS = 1.1.1.1
|
||
|
|
||
|
[Peer]
|
||
|
# Name = server2.example-vpn.dev
|
||
|
Endpoint = server2.example-vpn.dev:51820
|
||
|
PublicKey = SceMEaVZaZfOGtGXjMsoJjhwxKHkb++9wjxqN1vm32s=
|
||
|
AllowedIPs = 10.0.44.2/32
|