diff --git a/README.md b/README.md index 3b73a3ca..d1ceb7e8 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ These options can be configured by setting environment variables using `-e KEY=" | `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. | -| `WG_PORT` | `51820` | `12345` | The public UDP port of your VPN server. WireGuard will always listen on 51820 inside the Docker container. | +| `WG_DEVICE` | `eth0` | `ens6f0` | Ethernet device the AmneziaWG traffic should be forwarded through. | +| `WG_PORT` | `51820` | `12345` | The public UDP port of your VPN server. AmneziaWG will always listen on 51820 inside the Docker container. | | `WG_MTU` | `null` | `1420` | The MTU the clients will use. Server uses default WG MTU. | | `WG_PERSISTENT_KEEPALIVE` | `0` | `25` | Value in seconds to keep the "connection" open. If this value is 0, then connections won't be kept alive. | | `WG_DEFAULT_ADDRESS` | `10.8.0.x` | `10.6.0.x` | Clients IP address range. | diff --git a/docker-compose.yml b/docker-compose.yml index e38a98f0..698f7646 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ version: "3.8" volumes: - etc_wireguard: + etc_amneziawg: services: amnezia-wg-easy: diff --git a/src/www/index.html b/src/www/index.html index e9d419d7..0ea4a2f8 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -2,7 +2,7 @@
-