| `INIT_HOST` | `vpn.example.com` | host clients will connect to | 4 |
| `INIT_PORT` | `51820` | port clients will connect to and wireguard will listen on | 4 |
/// warning | Variables have to be used together
/// warning | Variables have to be used together
If variables are in the same group, you have to set them both. For example, if you set `INIT_IPV4_CIDR`, you also have to set `INIT_IPV6_CIDR`.
If variables are in the same group, you have to set all of them. For example, if you set `INIT_IPV4_CIDR`, you also have to set `INIT_IPV6_CIDR`.
If you want to skip the setup process, you have to configure group `1`
///
///
/// note | Password security
/// note | Security
The initial password is not checked for complexity. Make sure to set a secure password.
The initial username and password is not checked for complexity. Make sure to set a long enough username and a secure password. Otherwise, the user won't be able to log in.
Its recommended to remove the variables after the setup is done to prevent the password from being exposed.
Its recommended to remove the variables after the setup is done to prevent the password from being exposed.