|
How can I set up a web hop host record to redirect port 80 traffic to port 8000 for streaming audio broadcast? I want to link the web based interface at 127.0.0.1:8000 (substitute my_ip:8000) to http://haradio.selfip.com using dynamic client update. |
|
Since WebHops can't redirect to themselves, you will need two hostnames: a visitor hostname ('haradio.selfip.com'), and a server hostname (e.g. 'haradio-server.selfip.com'). Set 'haradio.selfip.com' as a WebHop with 'http://haradio-server.selfip.com:8000/' as the destination URL. This way, visitors to 'haradio.selfip.com' will reach your SHOUTcast server on port 8000. |