Home
last modified time | relevance | path

Searched refs:isPublicProxy (Results 1 – 3 of 3) sorted by relevance

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAnonymousIp.php14 * @property-read bool $isPublicProxy This is true if the IP address belongs to
26 protected $isPublicProxy; variable in GeoIp2\\Model\\AnonymousIp
42 $this->isPublicProxy = $this->get('is_public_proxy');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DTraits.php52 * @property-read bool $isPublicProxy This is true if the IP address belongs to
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md21 `isHostingProvider`, `isPublicProxy`, and `isTorExitNode`.