Preparing search index...
The search index is not available
Node CrowdSec Client
Node CrowdSec Client
crowdsec-http-middleware
ICrowdSecHTTPMiddlewareOptions
Interface ICrowdSecHTTPMiddlewareOptions
interface
ICrowdSecHTTPMiddlewareOptions
{
bouncer
?:
ICrowdSecHTTPBouncerMiddlewareOptions
;
clientOptions
?:
Omit
<
ICrowdSecClientOptions
,
"url"
>
;
getCurrentIp
?:
getCurrentIpFn
;
logger
?:
loggerOption
;
maxIpCache
?:
number
;
protectedByHeader
?:
boolean
;
url
:
string
;
watcher
?:
ICrowdSecHTTPWatcherMiddlewareOptions
;
}
Hierarchy (
view full
)
ICommonOptions
ICrowdSecHTTPMiddlewareOptions
Index
Properties
bouncer?
client
Options?
get
Current
Ip?
logger?
max
Ip
Cache?
protected
By
Header?
url
watcher?
Properties
Optional
bouncer
bouncer
?:
ICrowdSecHTTPBouncerMiddlewareOptions
Optional
client
Options
client
Options
?:
Omit
<
ICrowdSecClientOptions
,
"url"
>
Optional
get
Current
Ip
get
Current
Ip
?:
getCurrentIpFn
Optional
logger
logger
?:
loggerOption
Optional
max
Ip
Cache
max
Ip
Cache
?:
number
IP objects keep in cache . ( usefully on really high load, without multiples instances )
Optional
protected
By
Header
protected
By
Header
?:
boolean
url
url
:
string
Optional
watcher
watcher
?:
ICrowdSecHTTPWatcherMiddlewareOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bouncer
client
Options
get
Current
Ip
logger
max
Ip
Cache
protected
By
Header
url
watcher
Node CrowdSec Client
Loading...
IP objects keep in cache . ( usefully on really high load, without multiples instances )