mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #11669] Bind to Any IP when no config or explicit configured #12962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11669
State: closed
Merged: No
Changes
It turns out that certain OS will not wait for all interfaces up before start Jellyfin, and is causing binding problems. Just bind to all interfaces when user has no preference, or user has explicitly configured that way.
Issues
Fixes #11627