get_all: Lookup for IP address proxy information

View source: R/IP2Proxy.r

get_allR Documentation

Lookup for IP address proxy information

Description

Find the country, region, city, ISP, domain name, usage types, asn, as name, last seen, threat type and provider. The return values will be depending on the BIN data loaded.

Usage

get_all(ip)

Arguments

ip

IPv4 or IPv6 address

Value

Return all the proxy information about the IP address

Examples

## Not run: 
get_all("1.0.241.135")

## End(Not run)


ip2proxy documentation built on Feb. 16, 2023, 8:54 p.m.

Related to get_all in ip2proxy...