Ban Blocks: Difference between revisions

From pisswiki
(ban blocks)
 
No edit summary
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<code>
=Warning=


</code>
Please consider not having ''any'' <code>ban server</code> blocks. Unless every single server on the network has the same <code>ban server</code> config we can end up in <code>SQUIT</code> hell when someone tries to introduce a banned server name.
 
=Config=
<pre>
# Do not add any other ban blocks other than this >:(
ban server {
        mask eris.berkeley.edu;
        reason "Get out of here.";
}
 
 
</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.";
}