[PR #5773] [MERGED] Enables the ability to bind to loopback address. #10656

Closed
opened 2026-02-07 06:24:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5773
Author: @BaronGreenback
Created: 4/11/2021
Status: Merged
Merged: 4/14/2021
Merged by: @Bond-009

Base: masterHead: ScanningErrorFix


📝 Commits (5)

📊 Changes

3 files changed (+44 additions, -30 deletions)

View changed files

📝 Jellyfin.Networking/Manager/NetworkManager.cs (+38 -24)
📝 MediaBrowser.Common/Net/NetworkExtensions.cs (+1 -1)
📝 tests/Jellyfin.Networking.Tests/NetworkParseTests.cs (+5 -5)

📄 Description

Fixes #5761 - moved around the logic to ensure loopback addresses are added.

Workaround for #5454, by intercepting the exception, and resorting to DNS discovery for interfaces. (Bug is upstream in the dotnet core)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5773 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 4/11/2021 **Status:** ✅ Merged **Merged:** 4/14/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `ScanningErrorFix` --- ### 📝 Commits (5) - [`e7b0c96`](https://github.com/jellyfin/jellyfin/commit/e7b0c96c1410f8c7d2143b57f549fb00bc2ae738) Fix for 5761 - [`bd2f929`](https://github.com/jellyfin/jellyfin/commit/bd2f929cca7d6412da5f743c42e31f4a8701402d) renamed method in tests - [`0d5632e`](https://github.com/jellyfin/jellyfin/commit/0d5632e835c75d36fc901d0bc20a52cd628107fb) Updated tests - [`45001e6`](https://github.com/jellyfin/jellyfin/commit/45001e67801c307eaaf42a5710e58e5dec8de7b2) change exception class - [`532aa99`](https://github.com/jellyfin/jellyfin/commit/532aa998ddd054bbef28e5f0037d4f4825123b72) Merge branch 'master' into ScanningErrorFix ### 📊 Changes **3 files changed** (+44 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Networking/Manager/NetworkManager.cs` (+38 -24) 📝 `MediaBrowser.Common/Net/NetworkExtensions.cs` (+1 -1) 📝 `tests/Jellyfin.Networking.Tests/NetworkParseTests.cs` (+5 -5) </details> ### 📄 Description Fixes #5761 - moved around the logic to ensure loopback addresses are added. Workaround for #5454, by intercepting the exception, and resorting to DNS discovery for interfaces. (Bug is upstream in the dotnet core) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:24:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10656