Tag: Rollback |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=Warning= | |||
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."; }