PHP How to Block Proxies from my Site?

后端 未结 7 1587
迷失自我
迷失自我 2021-01-03 11:39

I\'m looking for the absolute best way of blocking proxies coming onto my site. The reason is due to me using unique IP address\'s on my project.

What would you reco

相关标签:
7条回答
  • 2021-01-03 12:35

    There are several types of proxies on the internet and a few pieces of code will not detect all of them. VPNs, web proxies, Tor, and open proxies are some examples of proxies that cannot always be detected with regular tools. The best way to handle and detect these various proxies is to use an updated blacklist of these proxy addresses. One example is BlockScript.

    0 讨论(0)
提交回复
热议问题