mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5773] [MERGED] Enables the ability to bind to loopback address. #10656
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?
📋 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:
master← Head:ScanningErrorFix📝 Commits (5)
e7b0c96Fix for 5761bd2f929renamed method in tests0d5632eUpdated tests45001e6change exception class532aa99Merge branch 'master' into ScanningErrorFix📊 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.