root: allow listening on multiple IPs (#20930)

This commit is contained in:
Marc 'risson' Schmitt
2026-03-19 15:46:47 +00:00
committed by GitHub
parent 545b1e8f19
commit 4dfdf9afa3
24 changed files with 385 additions and 244 deletions

View File

@@ -6,7 +6,11 @@ draft: true
## Highlights
<!-- ## Breaking changes -->
## Breaking changes
### Listening on multiple IPs
For advanced use cases, authentik now supports setting listening settings to a comma-separated list of IPs. With this change, the default IP we listen on changed from `0.0.0.0` to `[::]` to better match ecosystem standards. Some IPv4-only environments might need to adapt those settings.
## New features and improvements