Ban Blocks: Difference between revisions

From pisswiki
(add note about the risk of <code>ban server</code> blocks)
No edit summary
 
Line 5: Line 5:
=Config=
=Config=
<pre>
<pre>
# Because andrew lee can go to hell.
# Do not add any other ban blocks other than this >:(
ban server {
ban server {
    mask "*.freenode.net";
        mask eris.berkeley.edu;
    reason "neoleenode is not welcome on pissnet. Try FullOfShitNet";
        reason "Get out of here.";
}
}


# Because chunky/beenz's transphobia and Eeeeeeee's slurs and spamming isn't welcome.
 
ban server {
    mask "*.pump.network";
    reason "Come back when you hit puberty.";
}
</pre>
</pre>

Latest revision as of 23:10, 14 July 2021

Warning

Please consider not having any ban server blocks. Unless every single server on the network has the same ban server config we can end up in SQUIT hell when someone tries to introduce a banned server name.

Config

# Do not add any other ban blocks other than this >:(
ban server {
        mask eris.berkeley.edu;
        reason "Get out of here.";
}