Node CrowdSec Client
    Preparing search index...

    Type Alias ICrowdSecHTTPBouncerMiddlewareOptions

    ICrowdSecHTTPBouncerMiddlewareOptions: (
        IBouncerAuthentication
        | ITLSAuthentication
    ) & {
        live?: ICrowdSecHTTPBouncerLiveOptions;
        pollingInterval?: number;
        subnetLevel?: SubnetLevel;
    } & ICommonOptions

    Type Declaration

    • Optionallive?: ICrowdSecHTTPBouncerLiveOptions

      live mode configuration ( background checks on local misses ). Default: disabled

    • OptionalpollingInterval?: number
    • OptionalsubnetLevel?: SubnetLevel

      how far up the prefix hierarchy to consider as malicious. Default: company ( /24 )