package: ctrlproxy
severity: wishlist
version: 2.6.1-1

Hi,

the config option "bind" is not documented in the "socket" manpage, the 
attached patch fixes it.


regards & thanks for ctrlproxy!
        Holger
--- ctrlproxy-2.6.1/doc/socket.mod.xml.orig	2005-05-10 16:32:29.000000000 +0200
+++ ctrlproxy-2.6.1/doc/socket.mod.xml	2005-05-11 21:57:34.300094643 +0200
@@ -63,6 +63,9 @@
 			<varlistentry><term>port</term>
 			<listitem><para>Port to connect to or listen on.</para></listitem>
 			</varlistentry>
+			<varlistentry><term>bind</term>
+			<listitem><para>local address (IP or name) to bind to.</para></listitem>
+			</varlistentry>
 		</variablelist>
 
 		<para>When connecting, the pipe element can contain one member 
@@ -91,7 +94,7 @@
 						<ipv4 host="localhost"/>
 					</servers>
 					<listen>
-						<ipv4 ssl="1" port="6667"/>
+						<ipv4 ssl="1" port="6667" bind="localhost"/>
 				</network>
 				<network name="DSR">
 					<servers>
@@ -99,8 +102,8 @@
 						<ipv4 host="irc.distributed.net" port="994" ssl="1"/>
 					</servers>
 					<listen>
-						<ipv4 port="6668"/>
-						<ipv6 port="6669" ssl="1"/>
+						<ipv4 port="6668" bind="localhost"/>
+						<ipv6 port="6669" ssl="1" bind="::1"/>
 					</listen>
 				</network>
 			</networks>

Attachment: pgpH0mRd60rP6.pgp
Description: PGP signature

Reply via email to