/* Configuration example located at * https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf */ .include class { name = "bounce_oper"; ping_time = 120 seconds; number_per_ip_local = 5; max_number = 5; sendq = 100 kbytes; max_channels = 256; }; class { 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; }; class { name = "tor_dmz_leaf"; ping_time = 2 seconds; connectfreq = 2 seconds; max_number = 1; sendq = 32 megabytes; }; class { name = "proxy_dmz_leaf"; ping_time = 2 seconds; connectfreq = 2 seconds; max_number = 1; sendq = 32 megabytes; }; class { name = "general_leaf"; ping_time = 2 seconds; connectfreq = 2 seconds; max_number = 1; sendq = 32 megabytes; }; class { name = "services_leaf"; ping_time = 2 seconds; connectfreq = 2 seconds; max_number = 1; sendq = 32 megabytes; };