sasl_usercloak for tor

thanks glguy :3
This commit is contained in:
xfnw 2021-08-31 19:19:48 -04:00
parent 349b7ec093
commit 38617e2680
2 changed files with 4 additions and 1 deletions

View File

@ -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:
*

View File

@ -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 }}";