I'd like to listen to online radio which runs on a port that is being blocked on our company's FW. (The radio changes its URL:port from time to time and I don't want to ask our admin to open another port each time this happens.)
I have my own server running outside that FW which I could use for this. If I could use Apache for such "stream forwarding" it would be great as it's running on that server already. I was thinking proxy or reverse proxy might be the answer, but I'm not sure they actually do what I need. Or is this some kind of tunneling?
