Fixed typo

This commit is contained in:
2025-07-19 18:07:50 +00:00
parent d2ae627ec6
commit c89b16d0ae

View File

@ -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` |