- Jul 25, 2016
- 2,008
- 3,150
Most hackers use VPN to bypass when they are banned. This is kind of a method to bypass, and although the staff keeps banning more hacker accounts, they just keep coming. Change a number or two, and then they continue rampage.
Here is my idea: detect VPN and block access to servers.
When VPN is detected on a player entering the server, show up the following message: Sorry, VPN is and Proxy is not allowed on this server.
How to do so:
- Block the ports PPTP and L2TP. These are common vpn ports.
- Block ips belonging to popular vpn sites.
- Add a broadcast network. If there is zero response, chances are that is vpn.
I am not so good at computer science. Please add more here if you know some more ways to detect VPN use.
Here is my idea: detect VPN and block access to servers.
When VPN is detected on a player entering the server, show up the following message: Sorry, VPN is and Proxy is not allowed on this server.
How to do so:
- Block the ports PPTP and L2TP. These are common vpn ports.
- Block ips belonging to popular vpn sites.
- Add a broadcast network. If there is zero response, chances are that is vpn.
I am not so good at computer science. Please add more here if you know some more ways to detect VPN use.