• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help with magebomb TFS 0.3.5

Setup IPTABLES (for Linux) to limit connections per IP. Even banning are possible that way.

sudo iptables -I INPUT 1 -i eth0 -m connlimit --connlimit-above 6 -j DROP

No one need more then 6 connections unless they are doing an attack or multi refresh the website. Or multi char with 6+ characters.
 
It would be possible with an onLogin lua script that keeps a log of each and every online player's IP, and if the player who logged in has the same IP as lets say 4 others (Making him the 5th player), he will either get auto-booted, or teleported to some hidden location in which he needs to answer a random number question to be teleported back to his original location.

Unless he uses a proxy with the magebomb somehow, then you're screwed.
 
Back
Top