# HG changeset patch # User IBBoard # Date 1472909336 -3600 # Node ID 033282abfc28a620a3419246efd181e6f2a00070 # Parent 6709f20522175a86d66dfe09c808cdf2bc6bdd51 Blacklist more spamming IPs (with a ######.info domain) diff -r 6709f2052217 -r 033282abfc28 manifests/templates.pp --- a/manifests/templates.pp Fri Sep 02 13:40:26 2016 +0100 +++ b/manifests/templates.pp Sat Sep 03 14:28:56 2016 +0100 @@ -93,12 +93,18 @@ proto => tcp, action => accept, } - firewall { '099 Blacklist spammers': + firewall { '099 Blacklist spammers 1': source => '146.0.229.80/28', dport => [465, 25], proto => tcp, action => 'reject', } + firewall { '099 Blacklist spammers 2': + source => '89.43.62.0/24', + 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!