mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-10-27 05:10:11 -04:00
Fix some docs for bind-address: it was confusing in one point, and completely
wrong in another. svn path=/icecast/trunk/icecast/; revision=9060
This commit is contained in:
parent
f54cd34577
commit
783e658066
@ -148,7 +148,7 @@ The URL which icecast2 uses to communicate with the Directory server. The value
|
||||
<pre>
|
||||
<hostname>localhost<hostname>
|
||||
|
||||
<-- You can use these two if you only want a single listener -->
|
||||
<-- You can use these two if you only want a single listening socket -->
|
||||
<-- <port>8000</port> -->
|
||||
<-- <bind-address>127.0.0.1</bind-address> -->
|
||||
|
||||
@ -166,7 +166,7 @@ The URL which icecast2 uses to communicate with the Directory server. The value
|
||||
<fileserve>1</fileserve>
|
||||
<shoutcast-mount>/live.nsv</shoutcast-mount>
|
||||
</pre>
|
||||
<p>This section contains miscellaneous server settings. Note that multiple listen-socket sections may be configured in order to have icecast2 listen on multiple network interfaces. If a bind-address is not specified for a particular listen-socket, then the hostname parameter will be used to specify the address that will be bound.
|
||||
<p>This section contains miscellaneous server settings. Note that multiple listen-socket sections may be configured in order to have icecast2 listen on multiple network interfaces. If a bind-address is not specified for a particular listen-socket, then the socket will be bound to all interfaces. Generally, you won't need to set bind-address.
|
||||
</p>
|
||||
<h4>port</h4>
|
||||
<div class="indentedbox">
|
||||
|
Loading…
Reference in New Issue
Block a user