31.10.2013, 19:34
(
Последний раз редактировалось lesim2005; 02.11.2013 в 14:14.
)
Thanks for your replies.
I found a solution using iptables !
In this way, no one can connect from outside but players can still join and in-game rcon still works !
I found a solution using iptables !
Код:
iptables -A INPUT -p udp --dport 7777 -i eth0 -m string --algo kmp --hex-string '|50 14 61 1e 78 06|' -j DROP