Node CrowdSec Client
    Preparing search index...

    Interface IIpExtractionResult

    interface IIpExtractionResult {
        confidence: number;
        ip: string;
    }
    Index
    confidence: number

    confidence of the ip extraction between 0 and 10

    ip: string