View Single Post
Old 11-25-2005, 05:28 AM  
goom
ioFTPD Professional License
 
Join Date: Oct 2005
Posts: 32
Default [Old] ident and ip bans

hello guys, i was reading readme.txt again, and i saw that:

#########
## ban ##
#########
#
# 1 rule per line
# you can put as many line as you want
# if ANY line is matched, the command won't be executed
#
# Syntax:
# ^ means start with
# $ means ends with
#
# Eg: ^127. means starts with 127.; will match 127.*.*.*
# 127 means contains 127; will match 127.*.*.* and *.127.*.* and *.*.127.* and *.*.*.127
# .1$ means ends with .1; will match *.*.*.1
# ^127.0.0.1$
# means IS 127.0.0.1; will match 127.0.0.1 only
# !!! Same applies to ident matching !!!

ip=^80.230.140.66$
ident=^RPG$
ip_ident=^RPG$@^80.230.
#ip=^127.0.0.1$



So, that means, i can ban and ip or a host from my site using ioBanana ?

if yes, how can i set a ban ??

thx
goom is offline   Reply With Quote