Add new clients_start_port to the config

This commit is contained in:
Owen
2025-12-19 12:17:25 -05:00
parent 64885cca7d
commit c52b68395c

View File

@@ -429,7 +429,7 @@ This section contains the complete reference for all configuration options in `c
**Default**: `false`
<Note>
When enabled, uses file-based dynamic configuration instead of API-based updates.
When enabled, uses file-based dynamic configuration instead of API-based updates.
</Note>
</ResponseField>
@@ -461,6 +461,12 @@ This section contains the complete reference for all configuration options in `c
**Example**: `51820`
</ResponseField>
<ResponseField name="clients_start_port" type="integer">
Starting port for client WireGuard relay and hole punch port.
**Example**: `21820`
</ResponseField>
<ResponseField name="use_subdomain" type="boolean">
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` |