Ipfilter.cfg

From MoH:AA Reborn Wiki
Jump to: navigation, search

Description

This file is used by Banning System to store banned IPs.
Each IP should be added in a new line. Banning System supports IP masks for banning IP ranges. * is used as a mask. It can be placed in every of 4 IP segments separated by dots.

Example/Template

Example:
192.168.0.1
192.*.0.1
192.*.0.*
// bans every IP (no one will be able to connect to the server, even host)
*.*.*.*
*.168.*.*

// and so on

See also