1
0
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:
Michael Smith 2005-03-11 02:20:44 +00:00
parent f54cd34577
commit 783e658066

View File

@ -148,7 +148,7 @@ The URL which icecast2 uses to communicate with the Directory server. The value
<pre>
&lt;hostname&gt;localhost&lt;hostname&gt;
&lt;-- You can use these two if you only want a single listener --&gt;
&lt;-- You can use these two if you only want a single listening socket --&gt;
&lt;-- &lt;port&gt;8000&lt;/port&gt; --&gt;
&lt;-- &lt;bind-address&gt;127.0.0.1&lt;/bind-address&gt; --&gt;
@ -166,7 +166,7 @@ The URL which icecast2 uses to communicate with the Directory server. The value
&lt;fileserve&gt;1&lt;/fileserve&gt;
&lt;shoutcast-mount&gt;/live.nsv&lt;/shoutcast-mount&gt;
</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">