From: Michael Poole Date: Sun, 14 May 2006 19:12:27 +0000 (+0000) Subject: Mention per-Connect block "vhost" option. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=e3dbf545660838156c928d30a464787d3eb59314 Mention per-Connect block "vhost" option. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1652 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index fdf813f..766ed64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-14 Michael Poole + + * doc/example.conf (Connect): Mention the vhost option. + 2006-05-08 Michael Poole * ircd/m_pong.c (mr_pong): Move cli_lasttime update from here... diff --git a/doc/example.conf b/doc/example.conf index 2833ca0..8e61aad 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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