mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11504] Let AutoDiscoveryHost bind to all addresses #12926
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/11504
State: closed
Merged: Yes
An alternative to #11500 and #11503
Because we never let auto discovery actually respect the server settings, and most of our clients don't want us to make it more restrictive and only bind to interface-bounding addresses. Just bind to all addresses to make everyone happy.
Changes
Issues
Fixes #11498
Fixes #11309