Is there any way I can make the server be "invisible" to a specific client after a few tries?
With "invisible" I mean "stop allowing the player to try to connect, as if the server didn't exist to the connecting one"
Did I explain myself right?
iptables -A INPUT -s IP -j DROP
iptables -A INPUT -s IP -j DROP
87.137.*.*.*