VPN: wireguard sidecar, nginx upstreams to 10.0.0.2, backend ports bound to wg0, updated docs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[Interface]
|
||||
Address = 10.0.0.1/30
|
||||
PrivateKey = 0Junydsr+YBVFgkHbDEEmWAXAhR7JCpSWyT1yzSzjFU=
|
||||
|
||||
[Peer]
|
||||
PublicKey = 02k4BaH3iZTQnPZe7zifcaS9n8xxrwCLyIOLTBWLdgk=
|
||||
Endpoint = 192.168.1.188:51820
|
||||
AllowedIPs = 10.0.0.2/32
|
||||
PersistentKeepalive = 25
|
||||
Reference in New Issue
Block a user