On Thu, 28 Jun 2012, http://www.blocklist.de wrote:
> you can try the following regex:
> failregex = ^::ffff:<HOST>.* - .* "GET /login_up\.php3\?login_name
just a minor note:
iirc <HOST> has ::ffff: in it... ... yeap
server/failregex.py: regex = regex.replace("<HOST>", "(?:::f{4,6}:)?(?P<host>[\w\-.^_]+)")
so -- since it is optional, no harm would be done, but it is not needed
--
Yaroslav O. Halchenko
Postdoctoral Fellow, Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
WWW: http://www.linkedin.com/in/yarik
|