Files
jellyfin/MediaBrowser.Common
gnattu 533ceeaaf2 Fix subnet contains check
We are still using `Subnet.Contains` a lot but that does not handle IPv4 mapped to IPv6 addresses at all. It was partially fixed by #12094 in local network checking, but it may not always happen on LAN.

Also make all local network checking to use IsInLocalNetwork method instead of just performing `Subnet.Contains` which is not accurate.

Filter out all link-local addresses for external interface matching.
2025-02-04 16:52:17 +08:00
..
2025-01-25 20:05:15 -05:00
2022-12-05 15:01:13 +01:00
2025-02-04 16:52:17 +08:00
2024-08-30 15:29:48 +02:00
2021-06-06 18:11:51 +02:00
2023-10-04 14:40:00 -04:00