The original post: /r/selfhosted by /u/armodev on 2024-04-15 19:52:52.

Hi, I’ve run a transparent proxy using Openresty ( previously it was on nginx and i switched to see if it helps ) and dnsmasq. It does proxy all traffic to ports 443 and 80 successfully and everything works, except for Spotify. I checked and it seems it’s trying to connect on port 4070 to some destination with TCP protocol.

I tried putting port 4070 in my nginx config as well but it didn’t work as expected.

Any help would be appreciated