switching public/private

This commit is contained in:
Jeff Clement 2024-11-15 08:33:57 -07:00
parent 09c1f39a62
commit 27be196d17
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA
10 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,7 @@ Steps:
* 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.
* 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`
## Testing: