[PR #11669] Bind to Any IP when no config or explicit configured #12962

Closed
opened 2026-02-07 07:04:50 +03:00 by OVERLORD · 0 comments
Owner

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

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11669 **State:** closed **Merged:** No --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> 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** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #11627
OVERLORD added the pull-request label 2026-02-07 07:04:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12962