From d5dd20a5cf8541284e40f475799e894bdf629ddc Mon Sep 17 00:00:00 2001 From: Aranyalma2 <40268481+Aranyalma2@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:00:21 +0200 Subject: [PATCH] Docs: Add INIT_ALLOWED_IPS var to unattended setup table --- .../advanced/config/unattended-setup.md | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/content/advanced/config/unattended-setup.md b/docs/content/advanced/config/unattended-setup.md index 0052765c..664ab58a 100644 --- a/docs/content/advanced/config/unattended-setup.md +++ b/docs/content/advanced/config/unattended-setup.md @@ -6,16 +6,18 @@ If you want to run the setup without any user interaction, e.g. with a tool like These will only be used during the first start of the container. After that, the setup will be disabled. -| Env | Example | Description | Group | -| ---------------- | ----------------- | --------------------------------------------------------- | ----- | -| `INIT_ENABLED` | `true` | Enables the below env vars | 0 | -| `INIT_USERNAME` | `admin` | Sets admin username | 1 | -| `INIT_PASSWORD` | `Se!ureP%ssw` | Sets admin password | 1 | -| `INIT_HOST` | `vpn.example.com` | Host clients will connect to | 1 | -| `INIT_PORT` | `51820` | Port clients will connect to and wireguard will listen on | 1 | -| `INIT_DNS` | `1.1.1.1,8.8.8.8` | Sets global dns setting | 2 | -| `INIT_IPV4_CIDR` | `10.8.0.0/24` | Sets IPv4 cidr | 3 | -| `INIT_IPV6_CIDR` | `2001:0DB8::/32` | Sets IPv6 cidr | 3 | +| Env | Example | Description | Group | +| ------------------ | ---------------------------- | --------------------------------------------------------- | ----- | +| `INIT_ENABLED` | `true` | Enables the below env vars | 0 | +| `INIT_USERNAME` | `admin` | Sets admin username | 1 | +| `INIT_PASSWORD` | `Se!ureP%ssw` | Sets admin password | 1 | +| `INIT_HOST` | `vpn.example.com` | Host clients will connect to | 1 | +| `INIT_PORT` | `51820` | Port clients will connect to and wireguard will listen on | 1 | +| `INIT_DNS` | `1.1.1.1,8.8.8.8` | Sets global dns setting | 2 | +| `INIT_IPV4_CIDR` | `10.8.0.0/24` | Sets IPv4 cidr | 3 | +| `INIT_IPV6_CIDR` | `2001:0DB8::/32` | Sets IPv6 cidr | 3 | +| `INIT_ALLOWED_IPS` | `10.8.0.0/24,2001:0DB8::/32` | Sets global Allowed IPs | 4 | + /// warning | Variables have to be used together