proxys - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: proxys (
/showthread.php?tid=236494)
proxys -
hipy - 07.03.2011
hi, i got a lot of cheaters that are using proxys
examples wich hosts resolve from the ip(if they resolve)
Host : *****.static.key2marketing.net (dutch)
Host : ******.us4.webnexusone.com (usa)
So how can i filter those nabs out, i know that there is an anti proxy list for irc but how can i implent that on my server?
Re: proxys -
driftpower - 08.03.2011
well, you could block x port from y connections. For example, proxies that have open port 9595 or 80 or 8080, you could do a scanner and if X connection ip(ex. 213.138.232.12) has X port open, then filter it. If it's Linux the system you are using for the server, i recomend you to use Iptables(firewall).
Good luck.