[xiph-commits] r9060 - icecast/trunk/icecast/doc

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Thu Mar 10 18:20:46 PST 2005


Author: msmith
Date: 2005-03-10 18:20:44 -0800 (Thu, 10 Mar 2005)
New Revision: 9060

Modified:
   icecast/trunk/icecast/doc/icecast2_config_file.html
Log:
Fix some docs for bind-address: it was confusing in one point, and completely
wrong in another.


Modified: icecast/trunk/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_config_file.html	2005-03-10 23:51:01 UTC (rev 9059)
+++ icecast/trunk/icecast/doc/icecast2_config_file.html	2005-03-11 02:20:44 UTC (rev 9060)
@@ -148,7 +148,7 @@
 <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 @@
     &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">



More information about the commits mailing list