icecast shouldn't be listening on 0.0.0.0

This commit is contained in:
Abhay Rana 2015-12-03 18:08:16 +05:30
parent 08eebf15f2
commit a9e7bac0a9
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<!-- You may have multiple <listener> elements --> <!-- You may have multiple <listener> elements -->
<listen-socket> <listen-socket>
<port>8000</port> <port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> --> <bind-address>127.0.0.1</bind-address>
<!-- <shoutcast-mount>/stream</shoutcast-mount> --> <!-- <shoutcast-mount>/stream</shoutcast-mount> -->
</listen-socket> </listen-socket>
<!-- <!--