Mention per-Connect block "vhost" option.
authorMichael Poole <mdpoole@troilus.org>
Sun, 14 May 2006 19:12:27 +0000 (19:12 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sun, 14 May 2006 19:12:27 +0000 (19:12 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1652 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/example.conf

index fdf813f09eb54af3221d9f486fd1f70caf3684b9..766ed6443081101ed564ff8f708ebc515025cb5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-14  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf (Connect): Mention the vhost option.
+
 2006-05-08  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_pong.c (mr_pong): Move cli_lasttime update from here...
index 2833ca09a4f93b4ba45d6c7ab3a3d843decf712c..8e61aadb649ca1b25bea7e18847766ed5f43a0c9 100644 (file)
@@ -511,6 +511,7 @@ Kill
 # Connect {
 #  name = "servername";
 #  host = "hostnameORip";
+#  vhost = "localIP";
 #  password = "passwd";
 #  port = portno;
 #  class = "classname";
@@ -526,6 +527,10 @@ Kill
 # 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