# HG changeset patch # User IBBoard # Date 1483995970 0 # Node ID abaf384dc9399c9538390f41321c7683737d467b # Parent 7c3833d96603f48630a8167f0cb890c0050c5749 Block another annoying IP with a firewall rule diff -r 7c3833d96603 -r abaf384dc939 manifests/templates.pp --- a/manifests/templates.pp Sat Dec 17 12:01:55 2016 +0000 +++ b/manifests/templates.pp Mon Jan 09 21:06:10 2017 +0000 @@ -105,6 +105,13 @@ proto => tcp, action => 'reject', } + # German server that did 5000+ HEAD requests in <10 days to "/" on one site + firewall { '099 Blacklist spammers 3': + source => '78.47.182.152', + dport => [465, 25], + proto => tcp, + action => 'reject', + } firewall { '099 Blacklist IODC bot': # IODC bot makes too many bad requests, and contact form is broken # They don't publish a robots.txt name, so firewall it!