MyBB Community Forums

Full Version: Block Vpn or proxy access to mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can somebody tell me that how i can block vpn access or proxy access
Like i have seen many sites which does not respond on vpns
Goes offline on vpn

I know that ip block thing but i dont want that method
i need a trick or method to block vpn access to website

Thanks alot Shy
for blocking proxy IPs, you can try No Proxy Please plugin ...
Unfortunately there is no sure way to block all vpns or proxies, the only way to do it for sure is on a lower hardware level which is usually only available to your hosting providers.

The most common way of doing it is to block known proxies and vpns by banning their ip blocks but you have already mentioned you do not want to go that route.
(2011-10-18, 12:33 PM)clanporeotics Wrote: [ -> ]Can somebody tell me that how i can block vpn access or proxy access
Like i have seen many sites which does not respond on vpns
Goes offline on vpn

I know that ip block thing but i dont want that method
i need a trick or method to block vpn access to website

Thanks alot Shy

If a site doesn't respond when on a VPN/proxy, it's blocked at firewall level.

Only way to do that is with ip blocks.

If you need a quick fix to block all today's TOR proxies, put the output of this link in htaccess. http://lunaticoutpost.com/block-tor.php
(2011-10-19, 09:46 AM)Disturbed Wrote: [ -> ]If you need a quick fix to block all today's TOR proxies, put the output of this link in htaccess. http://lunaticoutpost.com/block-tor.php

Tor is much too dynamic to block at the IP level. A great list today will be useless by next week.
(2011-10-19, 12:27 PM)Rukbat Wrote: [ -> ]
(2011-10-19, 09:46 AM)Disturbed Wrote: [ -> ]If you need a quick fix to block all today's TOR proxies, put the output of this link in htaccess. http://lunaticoutpost.com/block-tor.php

Tor is much too dynamic to block at the IP level. A great list today will be useless by next week.

That's why i said quick fix and today's TOR proxies. The list at that link is at most 5 minutes old.



(2011-10-19, 12:35 PM)Disturbed Wrote: [ -> ]
(2011-10-19, 12:27 PM)Rukbat Wrote: [ -> ]
(2011-10-19, 09:46 AM)Disturbed Wrote: [ -> ]If you need a quick fix to block all today's TOR proxies, put the output of this link in htaccess. http://lunaticoutpost.com/block-tor.php

Tor is much too dynamic to block at the IP level. A great list today will be useless by next week.

That's why i said quick fix and today's TOR proxies. The list at that link is at most 5 minutes old.



Someone could add to the cron a command to regenerate a file, which would then be included to the htacess? How to do it?