Support:Queries: Difference between revisions
Content deleted Content added
imported>Kymara |
imported>Kymara |
||
Line 37:
=== Banning an IP ===
<source lang="SQL">
-- this bans a single IP address - you can vary the mask to ban a range
insert into banlist(address,mask,reason)
values ("[ip-address]","255.255.255.255","[reason]");
| |||