Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2006-05-14 19:12:37 UTC

Modified files:
  Tag: u2_10_12_branch
     ChangeLog doc/example.conf

Log message:

Mention per-Connect block "vhost" option.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.99 ircu2.10/ChangeLog:1.710.2.100
--- ircu2.10/ChangeLog:1.710.2.99       Sat May 13 19:46:58 2006
+++ ircu2.10/ChangeLog  Sun May 14 12:12:27 2006
@@ -1,3 +1,7 @@
+2006-05-14  Michael Poole <[EMAIL PROTECTED]>
+
+       * doc/example.conf (Connect): Mention the vhost option.
+
 2006-05-08  Michael Poole <[EMAIL PROTECTED]>
 
        * ircd/m_pong.c (mr_pong): Move cli_lasttime update from here...
Index: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.61.2.8 ircu2.10/doc/example.conf:1.61.2.9
--- ircu2.10/doc/example.conf:1.61.2.8  Fri Apr 28 19:21:56 2006
+++ ircu2.10/doc/example.conf   Sun May 14 12:12:27 2006
@@ -511,6 +511,7 @@
 # Connect {
 #  name = "servername";
 #  host = "hostnameORip";
+#  vhost = "localIP";
 #  password = "passwd";
 #  port = portno;
 #  class = "classname";
@@ -526,6 +527,10 @@
 # You may tell ircu to not automatically connect to a server by adding
 # "autoconnect = no;"; the default is to autoconnect.
 #
+# If the vhost field is present, the server will use that IP as the
+# local end of connections that it initiates to this server.  This
+# overrides the vhost value from the General block.
+#
 # The maxhops field causes an SQUIT if a hub tries to introduce
 # servers farther away than that; the element 'leaf;' is an alias for
 # 'maxhops = 0;'.  The hub field limits the names of servers that may
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to