Node CrowdSec Client
    Preparing search index...

    Interface IMaxMindOptions

    interface IMaxMindOptions {
        paths: Partial<ASNOption & CityOption> & (ASNOption | CityOption);
        watchForUpdates?: boolean;
    }
    Index
    paths: Partial<ASNOption & CityOption> & (ASNOption | CityOption)

    specify the path to ASN and/or city MaxMind files

    watchForUpdates?: boolean

    Supports reloading the reader when changes occur to the database that is loaded. Default: false