Node CrowdSec Client
    Preparing search index...

    Interface ICrowdSecClientOptions

    interface ICrowdSecClientOptions {
        strictSSL?: boolean;
        timeout?: number;
        url: string;
        userAgent?: string;
    }

    Hierarchy (View Summary)

    Index
    strictSSL?: boolean
    timeout?: number
    url: string
    userAgent?: string