Node CrowdSec Client
    Preparing search index...

    Interface IExtractedIP

    interface IExtractedIP {
        address: AddressObject;
        ip: string;
        trustedProxy?: boolean;
        valid?: boolean;
    }
    Index
    address: AddressObject
    ip: string
    trustedProxy?: boolean
    valid?: boolean