forked from mirrors/amnezia-wg-easy
Ability to change ip address WebUI binds to with WEBUI_HOST env var
This commit is contained in:
parent
28b12dde6c
commit
dd86dbaef0
3 changed files with 5 additions and 2 deletions
|
@ -82,6 +82,7 @@ These options can be configured by setting environment variables using `-e KEY="
|
|||
| Env | Default | Example | Description |
|
||||
| - | - | - | - |
|
||||
| `PORT` | `51821` | `6789` | TCP port for Web UI. |
|
||||
| `WEBUI_HOST` | `0.0.0.0` | `localhost` | IP address web UI binds to. |
|
||||
| `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. |
|
||||
| `WG_DEVICE` | `eth0` | `ens6f0` | Ethernet device the wireguard traffic should be forwarded through. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue