docker-hybrid/config/hybrid/tor-dmz.auth.conf

12 lines
274 B
Plaintext
Raw Normal View History

2020-11-09 21:03:29 +00:00
/* Configuration example located at
* https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf
*/
.include <hb_conf/include/auth.conf>
2020-12-02 04:18:34 +00:00
auth {
user = "*@*";
class = "tor_dmz_users";
flags = kline_exempt, xline_exempt, no_tilde
2020-12-02 04:18:34 +00:00
};