Wireguard Reverse Proxy
Generate key
1 |
|
Install Wg Client side on all servers
Create config file in /etc/wireguard
. For example cone.conf
1 |
|
Notice: 192.168.168.2/32
should be set to a specific IP for machine in wg network.
Host side config
For example: cone.conf
1 |
|
Start Instructions
- Genrate keys
- Start host on host-side:
wg-quick up cone
- Start clients on client-side:
wg-quick up cone
Wireguard Reverse Proxy
http://blog.chivier.site/2024-04-28/34971491ef3c/