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

28 lines
645 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 = "console.am.nl.eu.clandestine.network";
user = "*@100.64.65.163";
class = "console_admin";
flags = need_password, exceed_limit, kline_exempt,
xline_exempt, resv_exempt, can_flood, no_tilde;
};
auth {
spoof = "h0pm.n3tw3rk.1ns3cur1ty.c0rp";
user = "*@100.64.64.67";
class = "hopm_oper";
flags = need_password, exceed_limit, kline_exempt, xline_exempt, resv_exempt, can_flood, no_tilde;
};
auth {
user = "*@*";
class = "general_users";
};