The list adapter makes it possible to perform simple whitelist or blacklist
checks. You can configure the adapter with the list to check, or you can point
it to a URL from where the list should be fetched. Lists can be simple strings,
IP addresses, or regex patterns.
This adapter supports the listentry template.
Params
Configuration format for the list adapter.
Field
Type
Description
Required
providerUrl
string
Where to find the list to check against. This may be omitted for a completely local list.
Indicates how long to keep a list before discarding it.
Typically, the TTL value should be set to noticeably longer (> 2x) than the
refresh interval to ensure continued operation in the face of transient
server outages.