From 162f580e684ee4e0162a596067a3c912bc921d2e Mon Sep 17 00:00:00 2001
From: ChiefGyk <alon@ganon.me>
Date: Wed, 29 Jun 2016 12:34:17 -0400
Subject: [PATCH] moved the comments around so it looked nicer on my other
 computer

---
 conf/blacklist/blacklist | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/conf/blacklist/blacklist b/conf/blacklist/blacklist
index 493fc37b..140e2c11 100644
--- a/conf/blacklist/blacklist
+++ b/conf/blacklist/blacklist
@@ -3,14 +3,22 @@ IP_TMP=/tmp/ip.tmp
 IP_BLACKLIST=/etc/ip-blacklist.conf
 IP_BLACKLIST_TMP=/tmp/ip-blacklist.tmp
 BLACKLISTS=(
-"http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1" # Project Honey Pot Directory of Dictionary Attacker IPs
-"http://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1"  # TOR Exit Nodes
-"http://danger.rulez.sk/projects/bruteforceblocker/blist.php" # BruteForceBlocker IP List
-"http://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP)
-"http://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List
-"http://www.openbl.org/lists/base.txt"  # OpenBL.org 30 day List
-"http://www.autoshun.org/files/shunlist.csv" # Autoshun Shun List
-"http://lists.blocklist.de/lists/all.txt" # blocklist.de attackers
+# Project Honey Pot Directory of Dictionary Attacker IPs
+"http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1" 
+# TOR Exit Nodes
+"http://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1"
+# BruteForceBlocker
+"http://danger.rulez.sk/projects/bruteforceblocker/blist.php" 
+# Spamhaus
+"http://www.spamhaus.org/drop/drop.lasso" 
+# C.I. Army
+"http://cinsscore.com/list/ci-badguys.txt" 
+# OpenBL.org
+"http://www.openbl.org/lists/base.txt" 
+#Autoshun
+"http://www.autoshun.org/files/shunlist.csv"
+#Blocklist.de
+"http://lists.blocklist.de/lists/all.txt"
 )
 for i in "${BLACKLISTS[@]}"
 do