@maxmind/geoip2-node
    Preparing search index...

    Interface AnonymizerFeedRecord

    Contains data for one type of anonymizer detection, currently residential proxies. These records are nested within the anonymizer record, such as residential, and additional feeds may be added in the future. This record is only available from the GeoIP Insights web service.

    interface AnonymizerFeedRecord {
        confidence?: number;
        networkLastSeen?: string;
        providerName?: string;
    }
    Index

    Properties

    confidence?: number

    A score ranging from 1 to 99 that represents our percent confidence that the network is currently part of this anonymizer feed. This value is only available from GeoIP Insights.

    networkLastSeen?: string

    The last day that the network was sighted in our analysis of this anonymizer feed. The date is in ISO 8601 format (YYYY-MM-DD). This value is only available from GeoIP Insights.

    providerName?: string

    The name of the provider associated with the network in this anonymizer feed. This value is only available from GeoIP Insights.