mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12094] Map IPv6 mapped IPv4 addresses back to IPv4 before running checks #13083
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/12094
State: closed
Merged: Yes
Kestrel in dual-socket mode will always serve IPv4 addresses as IPv6 mapped, making our checks fail.
Changes
IsLoopbackfor more reliable loopback checksIssues
Fixes #11968