diff --git a/content/3.serveex/3.security/1.wireguard.md b/content/3.serveex/3.security/1.wireguard.md index 024b170..4a01845 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` | Domain name of the host | `mydomain.com` | +| `HOST` | IP of the host | `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` |