###################################################### ### /etc/fail2ban/filter.d/go-http-client-ban.conf ### ###################################################### [Definition] failregex = ^.*"GET.*HTTP/.*".*"Go-http-client/.*" ignoreregex = ################################ ### /etc/fail2ban/jail.local ### ################################ [go-http-client-ban] enabled = true filter = go-http-client-ban action = iptables-allports[name=GoHTTPBan] logpath = /var/log/httpd/access_log bantime = 86400 findtime = 600 maxretry = 2