mirror of
https://github.com/pirate/wireguard-docs
synced 2024-11-15 06:12:44 +00:00
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
[Interface]
|
|
# Name = phone.example-vpn.dev
|
|
Address = 10.0.44.5/32
|
|
PrivateKey = WH98AvjKKZ584ZLb69G912bNry2wOda9+kfzm+qbnUw=
|
|
DNS = 1.1.1.1
|
|
|
|
[Peer]
|
|
# Name = public-server1.example-vpn.tld
|
|
Endpoint = public-server1.example-vpn.tld:51820
|
|
PublicKey = q/+jwmL5tNuYSB3z+t9Caj00Pc1YQ8zf+uNPu/UE1wE=
|
|
# routes traffic to itself and entire subnet of peers as bounce server
|
|
AllowedIPs = 10.0.44.1/24
|
|
PersistentKeepalive = 25
|