4,75€ starting next month though. Hetzner had to raise their prices.
perfect!
i've blocked a few more user-agents: Amzn-SearchBot, Sogou, and the following ip ranges:
access.check = (
"deny" => (
"43.173.0.0/16",
"45.133.170.0/24", # hivelocity
"185.47.92.0/22", # uab bite lietuva
"198.46.196.0/24", # hostpapa
"198.23.217.0/24", # hostpapa carwler
"101.47.24.0/21", # byteplus
"98.80.0.0/13", # amazon
"157.255.216.0/22", # newsai bot china unicom
"113.165.0.0/20", # VNPT corp, vietnam (res proxy?)
"14.234.176.0/20", # VNPT corp
"23.100.0.0/15", # microsoft hosting
"172.160.0.0/11", # microsoft hosting
),
"allow" => ("all")
)
i've also denied all access to the regex (type=signup|type=login|days=30|diff=|logid=|Special(%3A|:)|MediaWiki(%3A|:)) if the user-agent contains any of bot, @, http, spider.
hey @Spirit , i made a dumb tool to pretty print the live log
tail -f /var/log/lighttpd/access.log | python3 prettylog.py
