Просмотр исходного кода

Added Security Section

Added a section for security with one entry for Fail2Ban to help populate the new section.
krondor 11 лет назад
Родитель
Сommit
97b9ee3256
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -23,6 +23,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
   * [Newsletter](#newsletters)
   * [Newsletter](#newsletters)
   * [NoSQL](#nosql)
   * [NoSQL](#nosql)
   * [RDBMS](#rdbms)
   * [RDBMS](#rdbms)
+  * [Security](#security)
   * [SMTP](#smtp)
   * [SMTP](#smtp)
   * [Software Containers](#software-containers)
   * [Software Containers](#software-containers)
   * [SSH](#ssh)
   * [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.
 * [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.
 * [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
 *SMTP servers.*
 *SMTP servers.*