It looks like default behavior is for Icecast to expose its web interface on the same address and port as any mountpoint. E.g.:
mountpoint = https://server.com/listentome
web app = https://server.com/
I'd like to restrict the web interface to only a certain IP address and TCP port so that it is not accessible on the public IP. E.g.:
mountpoint = https://server.com/listentome
web app = https://192.168.1.10:8000/
Is this possible?