Name

filter

Local Blacklist Filter — Local Blacklist

<filter class="xms.filter.LocalBlacklistFilter" />

Table 22. Attributes for filter tag (for xms.filter.LocalBlacklistFilter)

NameDescriptionTypeDefault ValueRequired
listThe StringList containing the ips to deny accessStringList Name of a StringList as defined in StringListServicenoneyes

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 27. Example configuration for Local Blacklist Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.LocalBlacklistFilter"
      list="list" />