Browse Source

Small fix

pull/46/head
Fastidious 4 years ago
committed by GitHub
parent
commit
00135d0c35
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -74,7 +74,7 @@ These options can be configured in `docker-compose.yml` under `environment`.
| - | - | - | - |
| `PASSWORD` | - | `foobar123` | When set, requires a password when logging in to the Web UI. |
| `WG_HOST` | - | `vpn.myserver.com` | The public hostname of your VPN server |
| `WEBHOST` | - | `0.0.0.0` | IP where the web server listens
| `WEBHOST` | `0.0.0.0` | `127.0.0.1` | IP where the web server listens
| `WG_PORT` | `51820` | `51820` | The public UDP port of your VPN server |
| `WG_PERSISTENTKEEPALIVE` | `25` | `60` | Value in seconds to keep the "connection" open |
| `WG_DEFAULT_ADDRESS` | `10.8.0.x` | `10.6.0.x` | Clients IP address range |

Loading…
Cancel
Save