Fixes
- Self-hosted servers on your LAN are reachable again when
plex.directDNS
is blocked. Server discovery only probed theplex.directhostname, whose
public DNS record points at a private IP — which routers and resolvers with
DNS-rebinding protection (Fritz!Box, Pi-hole, AdGuard…) refuse to resolve. A
server sitting on the same network then reported "unreachable" even though it
answered directly, while the official clients connected fine. pleNx now also
probes the raw IP address for private, CGNAT and VPN endpoints, bypassing
plex.directentirely — and re-discovers a working address on reconnect when
the server changes IP (e.g. a new DHCP lease)