<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div class="post-text">
<p>It looks like default behavior is for Icecast to expose its web interface on the same address and port as any mountpoint. E.g.:</p>
<pre><code>  mountpoint = https://server.com/listentome
  web app = https://server.com/
</code></pre>
<p>I'd like to restrict the web interface to <strong>only a certain IP address and TCP port</strong> so that it is not accessible on the public IP. E.g.:</p>
<pre><code>  mountpoint = https://server.com/listentome
  web app = https://192.168.1.10:8000/
</code></pre>
<p>Is this possible?</p>
<p>In other words, I don't want any web interface to be available to the internet.  I want the web UI to be available only to my local machine/LAN and the mountpoint (stream) available to the internet.</p>
<p>Justin</p>
</div>

</body></html>