docker-hybrid/config/hybrid/hub.classes.conf

60 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-11-07 04:04:25 +00:00
/* Configuration example located at
* https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf
*/
.include <hb_conf/include/user.classes.conf>
2021-02-22 00:17:16 +00:00
2020-11-07 04:04:25 +00:00
class {
2021-06-25 23:26:57 +00:00
name = "bounce_oper";
ping_time = 120 seconds;
number_per_ip_local = 5;
max_number = 5;
sendq = 100 kbytes;
max_channels = 256;
2020-11-07 04:04:25 +00:00
};
2021-02-22 00:17:16 +00:00
2020-11-07 04:04:25 +00:00
class {
2021-06-25 23:26:57 +00:00
name = "console_admin";
ping_time = 2 seconds;
number_per_ip_local = 1;
max_number = 10240;
sendq = 1 megabyte;
max_channels = 60;
max_idle = 1000 years;
2020-11-07 04:04:25 +00:00
};
class {
2021-06-25 23:26:57 +00:00
name = "tor_dmz_leaf";
ping_time = 2 seconds;
connectfreq = 2 seconds;
max_number = 1;
sendq = 32 megabytes;
2020-11-07 04:04:25 +00:00
};
class {
2021-06-25 23:26:57 +00:00
name = "proxy_dmz_leaf";
ping_time = 2 seconds;
connectfreq = 2 seconds;
max_number = 1;
sendq = 32 megabytes;
2020-11-07 04:04:25 +00:00
};
class {
2021-06-25 23:26:57 +00:00
name = "general_leaf";
ping_time = 2 seconds;
connectfreq = 2 seconds;
max_number = 1;
sendq = 32 megabytes;
2020-11-07 04:04:25 +00:00
};
class {
2021-06-25 23:26:57 +00:00
name = "services_leaf";
ping_time = 2 seconds;
connectfreq = 2 seconds;
max_number = 1;
sendq = 32 megabytes;
2020-11-07 04:04:25 +00:00
};