I’m using an nginx reverse-proxy to make my plex server available on the internet. Because I have more services running on my IP under port 443 I’m using server_names. So when you enter a subdomain the browser knows where the right service is (in this case plex). So far so good, that’s all working.
But the Settings > Remote-Access checker is only using the public IP to check if plex is reachable. Since it’s using the public ip, it gets forwarded to another service.
So my feature request would be the possibility to replace the public IP with a (sub)domain.