switching public/private
This commit is contained in:
parent
09c1f39a62
commit
27be196d17
10 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Steps:
|
||||||
* Update the ports `80,443` to be whatever ports you want to pass through.
|
* Update the ports `80,443` to be whatever ports you want to pass through.
|
||||||
* Add the private key for the private server, and the public key for the public server.
|
* Add the private key for the private server, and the public key for the public server.
|
||||||
* Update the public IP for the public server (replace all 999.999.999.999) with your VPS IP
|
* Update the public IP for the public server (replace all 999.999.999.999) with your VPS IP
|
||||||
4. Start wireguard on each machine: `wg-quick wg0 up`
|
4. Start wireguard on each machine: `wg-quick up wg0`
|
||||||
5. Enable wireguard on boot on each machine: `sudo systemctl enable wg-quick@wg0`
|
5. Enable wireguard on boot on each machine: `sudo systemctl enable wg-quick@wg0`
|
||||||
|
|
||||||
## Testing:
|
## Testing:
|
||||||
|
|
Loading…
Reference in a new issue