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

Properties

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

Generated using TypeDoc