docker-hybrid/config/hybrid/hub.auth.conf
2021-06-26 16:49:53 +02:00

22 lines
607 B
Plaintext

/* Configuration example located at
* https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf
*/
.include <hb_conf/include/auth.conf>
auth {
spoof = "bouncer.am.nl.eu.clandestine.network";
user = "*@100.64.64.43";
class = "bounce_oper";
flags = need_password, exceed_limit, kline_exempt,
xline_exempt, resv_exempt, can_flood, no_tilde;
};
auth {
spoof = "console.am.nl.eu.clandestine.network";
user = "*@100.64.64.51";
class = "console_admin";
flags = need_password, exceed_limit, kline_exempt,
xline_exempt, resv_exempt, can_flood, no_tilde;
};