about summary refs log tree commit diff stats
path: root/tools/fail2ban.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fail2ban.html')
-rw-r--r--tools/fail2ban.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/tools/fail2ban.html b/tools/fail2ban.html
index 9fad021..46c909c 100644
--- a/tools/fail2ban.html
+++ b/tools/fail2ban.html
@@ -2,10 +2,13 @@
 <htmldir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
-       <title>1. Fail2ban</title>
+       <title>Fail2ban</title>
    </head>
    <body>
-       <h1>1. Fail2ban</h1>
+
+       <a href="index.html">Tools Index</a>
+
+       <h1>Fail2ban</h1>
 
        <pre>
        $ prt-get depinst fail2ban
@@ -33,5 +36,19 @@
                   logpath  = /var/log/auth
                   maxretry = 5
        </pre>
-   </body>
+
+       <p>Test a filter</p>
+
+        <pre>
+        # fail2ban-regex /var/log/iptables iptables-ssh.conf
+        </pre>
+
+        <a href="index.html">Tools Index</a>
+
+        <p>
+        This is part of the Hive System Documentation.
+        Copyright (C) 2018
+        c9 team.
+        See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p>
+    </body>
 </html>