add user auth for tor dmz

This commit is contained in:
*****DEAD ACCOUNT 2020-12-01 23:18:34 -05:00
parent eb21e5141b
commit 81d687a5af
No known key found for this signature in database
GPG Key ID: 7AF3499CBA8E6251
4 changed files with 8 additions and 33 deletions

@ -533,37 +533,6 @@ command {
command = "chanserv/set/private";
}
module
{
name = "cs_log";
#default
{
command = "chanserv/modes"
method = "MESSAGE @"
}
#default
{
service = "ChanServ"
command = "ACCESS"
method = "MESSAGE @"
}
#default
{
command = "chanserv/xop"
method = "MESSAGE @"
}
#default
{
service = "ChanServ"
command = "FLAGS"
method = "MESSAGE @"
}
}
command {
service = "ChanServ";
name = "LOG";

@ -0,0 +1 @@
toor@linux-u55l.26602:1606810927

@ -3,3 +3,8 @@
*/
.include <hb_conf/include/auth.conf>
auth {
user = "*@*";
class = "tor_dmz_users";
};

@ -5,7 +5,7 @@
.include <hb_conf/include/exempt.conf>
exempt {
ip = "100.64.65.0/29";
ip = "100.64.64.8/29";
ip = "100.64.65.2";
ip = "100.64.65.10";
};