add optional client profile MTU var

This commit is contained in:
DerDanilo 2021-12-26 14:08:41 +01:00
parent ffaf67a08a
commit b4fbcdd2db
4 changed files with 7 additions and 0 deletions

View file

@ -73,5 +73,6 @@ These options can be configured in `docker-compose.yml` under `environment`.
| `WG_PORT` | `51820` | `51820` | The public UDP port of your VPN server |
| `WG_DEFAULT_ADDRESS` | `10.8.0.x` | `10.6.0.x` | Clients IP address range |
| `WG_DEFAULT_DNS` | `1.1.1.1` | `8.8.8.8, 8.8.4.4` | DNS server clients will use |
| `WG_MTU` | `null` | `1420` | The MTU the clients will use. (Server uses default WG MTU) |
> If you change `WG_PORT`, make sure to also change the exposed port.