sasl_usercloak for tor
thanks glguy :3
This commit is contained in:
parent
349b7ec093
commit
38617e2680
2 changed files with 4 additions and 1 deletions
4
auth.j2
4
auth.j2
|
@ -84,12 +84,14 @@ auth {
|
|||
|
||||
auth {
|
||||
user = "*@localhost";
|
||||
user = "*@localhost.bellz.org";
|
||||
user = "*@127.0.0.*";
|
||||
|
||||
/* spoof: fake the users user@host to be be this. You may either
|
||||
* specify a host or a user@host to spoof to. This is free-form,
|
||||
* just do everyone a favour and dont abuse it. (OLD I: = flag)
|
||||
*/
|
||||
spoof = "gateway/tor/unidentified";
|
||||
spoof = "gateway/tor/account";
|
||||
|
||||
/* Possible flags in auth:
|
||||
*
|
||||
|
|
1
ircd.j2
1
ircd.j2
|
@ -25,6 +25,7 @@ loadmodule "extensions/sno_globalnickchange";
|
|||
loadmodule "extensions/sno_globaloper";
|
||||
loadmodule "extensions/override";
|
||||
loadmodule "extensions/override_kick_immunity";
|
||||
loadmodule "extensions/sasl_usercloak";
|
||||
|
||||
serverinfo {
|
||||
name = "{{ inventory_hostname }}";
|
||||
|
|
Loading…
Reference in a new issue