2019-05-28 05:33:04 -04:00
|
|
|
[Interface]
|
2019-06-24 06:11:21 -04:00
|
|
|
# Name = server.example-vpn.tld
|
|
|
|
Address = 10.0.44.1/24
|
2019-05-28 05:33:04 -04:00
|
|
|
ListenPort = 51820
|
2019-05-28 05:38:16 -04:00
|
|
|
PrivateKey = 2P/3ll/TxGTjGqwcWnqJMnjwPqGw7oX1RaXlPfsf2FQ=
|
2019-05-28 05:33:04 -04:00
|
|
|
DNS = 1.1.1.1
|
2019-06-24 06:11:21 -04:00
|
|
|
PostUp = sysctl -w net.ipv4.ip_forward=1
|
|
|
|
PostUp = sysctl -w net.ipv6.conf.all.forwarding=1
|
2019-05-28 05:33:04 -04:00
|
|
|
|
|
|
|
[Peer]
|
|
|
|
# Name = laptop.example-vpn.dev
|
2019-05-28 05:38:16 -04:00
|
|
|
PublicKey = BV5DjXeCugIrjvEZLo4sZ0hN5wveFTH8kOfZ1AIQ5js=
|
2019-06-24 06:11:21 -04:00
|
|
|
AllowedIPs = 10.0.44.2/32
|
2019-05-28 05:33:04 -04:00
|
|
|
|
|
|
|
[Peer]
|
2019-05-28 11:45:55 -04:00
|
|
|
# Name = phone.example-vpn.dev
|
2019-05-28 05:38:16 -04:00
|
|
|
PublicKey = VpjKa2MQKXuvttXRwJIe0LLYrtFYGQRTtmt8okUGm3A=
|
2019-06-24 06:11:21 -04:00
|
|
|
AllowedIPs = 10.0.44.3/32
|