Files
XiaoliChan-RedCaddy/lib/data/update.sh
T
XiaoliChan 3a481e72c1 [Update] Make it more handy
Signed-off-by: XiaoliChan <2209553467@qq.com>
2023-05-10 18:32:40 +08:00

11 lines
455 B
Bash
Executable File

rm -rf GeoLite2-Country.mmdb >/dev/null 2>&1
wget https://git.io/GeoLite2-Country.mmdb
rm -rf bad-user-agents.caddy >/dev/null 2>&1
wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list -O bad-user-agents.list
for i in $(cat aaa); do echo "header User-Agent *$i*" >> bad-user-agents.caddy; done
rm -rf bad-user-agents.list >/dev/null 2>&1
# bad ips should update by yourself.