powered by
Check whether if an IP address was a proxy.
is_proxy(ip)
Return a digit value: -1 (errors), 0 (not a proxy), 1 (a proxy), and 2 (a data center IP address).
IPv4 or IPv6 address
if (FALSE) { is_proxy("1.0.241.135") }
Run the code above in your browser using DataLab