From 97b9ee3256e51dc207456e4ef871e47aca77b798 Mon Sep 17 00:00:00 2001
From: krondor <rkather@missionpenguin.com>
Date: Thu, 26 Jun 2014 17:58:32 -0400
Subject: [PATCH] Added Security Section

Added a section for security with one entry for Fail2Ban to help populate the new section.
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 958f54e..883eb61 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
   * [Newsletter](#newsletters)
   * [NoSQL](#nosql)
   * [RDBMS](#rdbms)
+  * [Security](#security)
   * [SMTP](#smtp)
   * [Software Containers](#software-containers)
   * [SSH](#ssh)
@@ -276,6 +277,11 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
 * [PostgreSQL-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based database cluster.
 * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
 
+## Security
+*Security tools.*
+
+* [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior.
+
 ## SMTP
 *SMTP servers.*
 
-- 
GitLab