| 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 |
|
*/ |
| 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. |