diff --git a/self-host/advanced/config-file.mdx b/self-host/advanced/config-file.mdx
index 7d802c1..1b22786 100644
--- a/self-host/advanced/config-file.mdx
+++ b/self-host/advanced/config-file.mdx
@@ -429,7 +429,7 @@ This section contains the complete reference for all configuration options in `c
**Default**: `false`
- When enabled, uses file-based dynamic configuration instead of API-based updates.
+ When enabled, uses file-based dynamic configuration instead of API-based updates.
@@ -461,6 +461,12 @@ This section contains the complete reference for all configuration options in `c
**Example**: `51820`
+
+ Starting port for client WireGuard relay and hole punch port.
+
+ **Example**: `21820`
+
+
Whether to assign unique subdomains to Gerbil exit nodes.
@@ -823,6 +829,6 @@ Some configuration values can be set using environment variables for enhanced se
| Name | Variable | Config |
|------|----------|--------|
-| Server Secret | `SERVER_SECRET` | `server.secret` |
+| Server Secret | `SERVER_SECRET` | `server.secret` |
| Email Password | `EMAIL_SMTP_PASS` | `email.smtp_pass` |
| PostgreSQL Connection String | `POSTGRES_CONNECTION_STRING` | `postgres.connection_string` |