Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit ccc8031

Browse files
authored
docs: update default value for dns caching env (#473)
1 parent 6aaaf8f commit ccc8031

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced/environment-variables/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using the `PUID` and `PGID` will require you to set the correct permissions on t
2929
| ``PGID`` | Group ID to run the container as | Any valid group ID | ``0`` |
3030
| ``LOG_LEVEL`` | Log level to use | ``debug`` / ``info`` / ``warn`` / ``error`` | ``info`` |
3131
| ``NO_EXTERNAL_CONNECTION`` | Disables some requests that need internet connection | `true` or `false` | `false` |
32-
| ``ENABLE_DNS_CACHING`` | Enables dns caching. This is not yet working for all users. See [#4006](https://github.com/homarr-labs/homarr/issues/4006) | `true` or `false` | `false` |
32+
| ``ENABLE_DNS_CACHING`` | Enables dns caching. Enabled by default, but if you experience issues with IPv6 or static IPs, see [#4006](https://github.com/homarr-labs/homarr/issues/4006) or disable this flag | `true` or `false` | `true` |
3333

3434

3535

@@ -99,4 +99,4 @@ The advanced deployments environment variables should only be used if you know w
9999

100100
| Environment Variable | Description |
101101
| ------------------------ | ----------- |
102-
| ``DB_MIGRATIONS_DISABLED`` | Disable db migrations. For example for helm charts |
102+
| ``DB_MIGRATIONS_DISABLED`` | Disable db migrations. For example for helm charts |

0 commit comments

Comments
 (0)