Commit Graph

  • aeb4db5afe Merge pull request #3 from shonjir/logging-bug-fixes master Paweł Krawczyk 2016-05-02 19:35:50 +0100
  • 2a70fcc587 Logging fixes #3 shonjir 2016-05-01 13:26:59 -0700
  • 125a3ac74f add -n flag to iptables -L to prevent DNS resolution Paweł Krawczyk 2016-04-25 17:49:52 +0100
  • c3c83c5092 Merge pull request #1 from AlexLaroche/master Paweł Krawczyk 2016-03-10 06:37:23 +0000
  • ff2864035d Update blacklist.sh #1 Alexandre Laroche 2016-03-09 18:11:43 -0500
  • 5ca9873203 Update blacklist.sh Alexandre Laroche 2016-03-09 18:09:51 -0500
  • b14355ce2c remove bash syntax that doesn't work on OpenWRT Paweł Krawczyk 2016-02-11 15:42:17 +0000
  • f408072a81 source the config file instead of reading line by line Paweł Krawczyk 2016-01-18 18:17:58 +0000
  • a93e2b606d make Curl follow redirects (-L) Submitted by John Paweł Krawczyk 2015-10-25 22:33:49 +0000
  • 9d483af7bb load URLs from a config file Pawel Krawczyk 2015-07-12 10:33:54 +0100
  • f3443ae787 it's not Python... fix if syntax Pawel Krawczyk 2015-07-11 08:24:38 +0100
  • 048ecb0e3b add support for iblocklist.com Pawel Krawczyk 2015-07-09 15:43:22 +0100
  • f31e9e35eb example from iptables Pawel Krawczyk 2015-07-09 15:16:27 +0100
  • 75facf667a add comment on formatting Pawel Krawczyk 2015-07-09 14:54:42 +0100
  • 480715f44c fix IP regexp to support CIDR subnets and split src,dst into two separate rules sent by Pierre Gaufillet Pawel Krawczyk 2015-06-02 10:15:44 +0100
  • 75cee0fdfe only log if "log" option given Pawel Krawczyk 2015-05-18 15:50:15 +0100
  • 173f4db0f9 add "nolog" option Pawel Krawczyk 2015-05-18 15:49:01 +0100
  • f0ba9ab2fe typo Pawel Krawczyk 2015-01-12 13:46:59 +0000
  • 307f13539d truncate set name to avoid iptables v1.4.7: Maximum prefix length 29 for --log-prefix manually handle compressed file only if no --compressed option was used Pawel Krawczyk 2015-01-12 13:45:28 +0000
  • c526a31504 do not display error messages from which Pawel Krawczyk 2015-01-12 10:57:11 +0000
  • ec88385487 fix compressed file name Pawel Krawczyk 2015-01-09 13:04:33 +0000
  • 831330ef85 typo Pawel Krawczyk 2015-01-09 13:01:48 +0000
  • bb1c726836 handle compressed content from blocklist.de Pawel Krawczyk 2015-01-09 13:00:46 +0000
  • 3d8e2052c3 add badips.com Pawel Krawczyk 2015-01-09 12:16:57 +0000
  • 22f51c76b4 make executable Pawel Krawczyk 2015-01-09 12:12:48 +0000
  • bfaa812561 mention Dropbear rule Pawel Krawczyk 2015-01-08 23:57:08 +0000
  • 8e5f1da414 add OpenWRT documentation Pawel Krawczyk 2015-01-08 23:51:24 +0000
  • 09a513c4c5 add OpenWRT script Pawel Krawczyk 2015-01-08 23:44:22 +0000
  • 9dee5ec650 obsolete semicolon Pawel Krawczyk 2015-01-08 23:41:14 +0000
  • 22a2b771db reword warning on bogons, add info about daily updates Pawel Krawczyk 2015-01-07 11:23:22 +0000
  • 3647c11f66 add OSSEC and manual-blacklist Pawel Krawczyk 2015-01-07 11:17:58 +0000
  • cf891f6bea add sample output Pawel Krawczyk 2015-01-07 11:04:43 +0000
  • 37a5283b5d OpenWRT curl doesn't support --compressed Pawel Krawczyk 2015-01-07 10:58:42 +0000
  • 660d661551 merged with blacklist.sh Pawel Krawczyk 2015-01-07 10:57:16 +0000
  • f2b54af727 install into proper chains Pawel Krawczyk 2015-01-07 10:57:00 +0000
  • 097a52fcad update docs Pawel Krawczyk 2015-01-07 10:51:47 +0000
  • 86c3690499 chmod +x Pawel Krawczyk 2015-01-07 10:30:05 +0000
  • f672ccfc60 add OSSEC active response script Pawel Krawczyk 2015-01-07 10:29:52 +0000
  • 1d865b2111 make rules stateless to catch existing connections Pawel Krawczyk 2015-01-07 10:13:25 +0000
  • 84567f1845 make rules stateless so that new blacklist entry works for existing connections as well Pawel Krawczyk 2015-01-06 10:19:16 +0000
  • 3aa2bc36b8 use random name for temp set Pawel Krawczyk 2014-12-31 17:39:05 +0000
  • 9a4ceabb01 only create set if it does not exist Pawel Krawczyk 2014-12-31 17:34:16 +0000
  • e974b64c5a mute warning messages when set already exists Pawel Krawczyk 2014-12-30 16:08:32 +0000
  • 2b119b9b22 initialize a manual-blacklist set Pawel Krawczyk 2014-12-23 12:20:16 +0000
  • 751c0dc403 attempt to create the original set to ensure it exists before swap operation otherwise it will crash on the very first run on new systems Pawel Krawczyk 2014-12-01 12:35:04 +0000
  • 1680830f91 do not destroy temp set on init Pawel Krawczyk 2014-11-26 10:34:51 +0000
  • 642905d0ff delete right file name Pawel Krawczyk 2014-11-26 10:27:09 +0000
  • 20af55299c wc bug and file name bug Pawel Krawczyk 2014-11-26 10:25:03 +0000
  • 4e6da933fa append, not overwrite Pawel Krawczyk 2014-11-26 10:21:19 +0000
  • 9678b0d259 use ipset restore feature for faster loads Pawel Krawczyk 2014-11-26 10:19:50 +0000
  • eb5c563fb0 cosmetic Pawel Krawczyk 2014-11-24 22:44:55 +0000
  • ca1ed35f92 forwarding_rule and --compressed not supported Pawel Krawczyk 2014-11-24 22:38:37 +0000
  • b719780fe7 reference input_rule and forward_rule silence ipset duplicates and curl Pawel Krawczyk 2014-11-24 22:36:07 +0000
  • 5a325d5f2b less verbose Pawel Krawczyk 2014-11-13 11:33:00 +0000
  • ede2ed56d6 less verbose Pawel Krawczyk 2014-11-13 11:28:42 +0000
  • f7c09e47af test for no binary Pawel Krawczyk 2014-10-02 11:11:35 +0100
  • edd054d63e use which to find binaries Pawel Krawczyk 2014-10-02 11:09:25 +0100
  • 35f142aa4b it does not use uci Pawel Krawczyk 2014-10-02 10:59:14 +0100
  • b1a820f6e1 formatting Pawel Krawczyk 2014-10-01 12:47:21 +0100
  • 0c65b715c9 add Linux script Pawel Krawczyk 2014-10-01 12:46:26 +0100
  • e67492b8bf add Bogons Pawel Krawczyk 2014-10-01 12:46:16 +0100
  • 2ad1e01924 add content Pawel Krawczyk 2014-10-01 12:42:14 +0100
  • 18dab183d2 check for curl Pawel Krawczyk 2014-10-01 12:20:45 +0100
  • e4bc132f20 initial version Pawel Krawczyk 2014-10-01 12:14:38 +0100
  • 70bcae47f1 Initial commit Paweł Krawczyk 2014-10-01 12:13:57 +0100