mirror of
https://github.com/pirate/wireguard-docs
synced 2024-11-15 06:12:44 +00:00
29 lines
758 B
Plaintext
29 lines
758 B
Plaintext
[Interface]
|
|
# Name = public-server1.example-vpn.tld
|
|
Address = 10.0.0.1/24
|
|
ListenPort = 51820
|
|
PrivateKey = 2P/3ll/TxGTjGqwcWnqJMnjwPqGw7oX1RaXlPfsf2FQ=
|
|
DNS = 1.1.1.1
|
|
|
|
[Peer]
|
|
# Name = public-server2.example-vpn.dev
|
|
Endpoint = public-server2.example-vpn.dev:51820
|
|
PublicKey = SceMEaVZaZfOGtGXjMsoJjhwxKHkb++9wjxqN1vm32s=
|
|
AllowedIPs = 10.0.0.2/32
|
|
|
|
[Peer]
|
|
# Name = home-server.example-vpn.dev
|
|
Endpoint = home-server.example-vpn.dev:51820
|
|
PublicKey = 8bSk5fATxg9qdxbK20iTGdrQ7SWvxIBhxdMo+W54pEg=
|
|
AllowedIPs = 10.0.0.3/32
|
|
|
|
[Peer]
|
|
# Name = laptop.example-vpn.dev
|
|
PublicKey = BV5DjXeCugIrjvEZLo4sZ0hN5wveFTH8kOfZ1AIQ5js=
|
|
AllowedIPs = 10.0.0.4/32
|
|
|
|
[Peer]
|
|
# Name = phone.example-vpn.dev
|
|
PublicKey = VpjKa2MQKXuvttXRwJIe0LLYrtFYGQRTtmt8okUGm3A=
|
|
AllowedIPs = 10.0.0.5/32
|