fix
This commit is contained in:
parent
cba9a13632
commit
b48b56f399
12
firewall.sh
12
firewall.sh
@ -18,12 +18,12 @@ IPTABLES_UDP='iptables -A INPUT -p udp -m udp '
|
||||
IPTABLES_DROP='-j DROP'
|
||||
IPTABLES_ACCEPT='-j ACCEPT'
|
||||
####
|
||||
SAVED_BOTS='/root/server/bots.txt'
|
||||
CRAWLER_DB='/root/server/crawlers.txt'
|
||||
PEDO_DB='/root/server/pedo.txt'
|
||||
PEDO_LOG='/root/server/pedo-log.txt'
|
||||
ATTACKER_DB='/root/server/attacker-db.txt'
|
||||
ATTACKER_LOG='/root/server/attackers.txt'
|
||||
SAVED_BOTS='/root/firewall/bots.txt'
|
||||
CRAWLER_DB='/root/firewall/crawlers.txt'
|
||||
PEDO_DB='/root/firewall/pedo.txt'
|
||||
PEDO_LOG='/root/firewall/pedo-log.txt'
|
||||
ATTACKER_DB='/root/firewall/attacker-db.txt'
|
||||
ATTACKER_LOG='/root/firewall/attackers.txt'
|
||||
BOT_ACCOUNT="blockbot@detroitriotcity.com"
|
||||
CRAWLER_TMP='/tmp/crawlers.txt'
|
||||
DATE="$(date +%Y:%H: -d "1 hour ago")"
|
||||
|
Loading…
Reference in New Issue
Block a user