ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/doc/reference.conf (file contents):
Revision 8864 by michael, Wed Jan 16 18:47:10 2019 UTC vs.
Revision 8865 by michael, Sat Feb 16 09:55:50 2019 UTC

# Line 74 | Line 74 | serverinfo {
74          hub = no;
75  
76          /*
77         * vhost: the IP address to bind to when connecting outward to IPv4 servers.
78         * This should be an IPv4 address, or "*" for INADDR_ANY.
79         */
80 #       vhost = "192.0.2.1";
81
82        /*
83         * vhost6: the IP address to bind to when connecting outward to IPv6 servers.
84         * This should be an IPv6 address, or "*" for in6addr_any.
85         */
86 #       vhost6 = "2001:DB8::1";
87
88        /*
77           * default_max_clients: the default maximum number of clients allowed
78           * to connect. This can be changed from within IRC via /QUOTE SET MAX.
79           */
# Line 586 | Line 574 | connect {
574          host = "192.0.2.4";
575  
576          /*
577 <         * vhost: the IP address to bind to when making outgoing connections to
578 <         * servers. serverinfo::vhost and serverinfo::vhost6 will be overridden
591 <         * by this directive.
577 >         * bind: the IP address to bind to when making outgoing connections to
578 >         * servers.
579           */
580 <        vhost = "192.0.2.5";
580 >        bind = "192.0.2.5";
581  
582          /*
583           * send_password, accept_password: the passwords to send and accept.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)