Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 194
Line 8... Line 8...
8
 
8
 
9
# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban
9
# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban
10
# will not ban a host which matches an address in this list. Several addresses
10
# will not ban a host which matches an address in this list. Several addresses
11
# can be defined using space (and/or comma) separator. For example, add your 
11
# can be defined using space (and/or comma) separator. For example, add your 
12
# static IP address that you always use for login such as 103.1.2.3
12
# static IP address that you always use for login such as 103.1.2.3
13
ignoreip = 10.192.25.0/24
13
ignoreip = 127.0.0.1 10.192.25.241 10.192.25.0/24
14
 
14
 
15
# Call iptables to ban IP address
15
# Call iptables to ban IP address
16
banaction = iptables-multiport
16
banaction = iptables-multiport
17
 
17
 
18
# Enable sshd protection
18
# Enable sshd protection