mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
root: allow listening on multiple IPs (#20930)
This commit is contained in:
committed by
GitHub
parent
545b1e8f19
commit
4dfdf9afa3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user