From c89b16d0ae6d33854f8ed24103b6a739141c5fa3 Mon Sep 17 00:00:00 2001 From: Djeex Date: Sat, 19 Jul 2025 18:07:50 +0000 Subject: [PATCH] Fixed typo --- content/3.serveex/3.security/1.wireguard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3.serveex/3.security/1.wireguard.md b/content/3.serveex/3.security/1.wireguard.md index 4a01845..0a5b3c4 100644 --- a/content/3.serveex/3.security/1.wireguard.md +++ b/content/3.serveex/3.security/1.wireguard.md @@ -131,7 +131,7 @@ IPS= | Variable | Description | Example | |--------------|-------------|---------| -| `HOST` | IP of the host | `80.75.137.27` | +| `HOST` | IP of public access of your host (router ISP's IP if it's at home) | `80.75.137.27` | | `PW` | Bcrypt password hash, [generate here](https://bcrypt-generator.com/). **NOTE:** Double the `$` characters | `$$2a$$12$$FF6T4QqSP9Ho` | | `ADDRESS` | VPN DHCP address range, the `x` must remain, others can vary | `10.8.0.x` | | `IPS` | IPs routed by clients through the VPN. Use `10.8.0.0/24` to only route VPN traffic. To include local LAN, add `192.168.0.0/16` separated by commas. | `10.8.0.0/24` |