about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-05-06 13:37:41 +0100
committerSilvino Silva <silvino@bk.ru>2018-05-06 13:37:41 +0100
commitc440afaf8f47bc53cc841a1587d1c10b12911e64 (patch)
tree6bfc5420e63e3bb4127118fefa65d659996255d1 /tools
parent2f97ec532422ea22ba1d04ddc683e64863d05234 (diff)
downloaddoc-c440afaf8f47bc53cc841a1587d1c10b12911e64.tar.gz
iptables, failtoban and dnsmasq revision
Diffstat (limited to 'tools')
-rw-r--r--tools/dnsmasq.html2
-rw-r--r--tools/fail2ban.html23
2 files changed, 21 insertions, 4 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html
index 720979b..0938cc0 100644
--- a/tools/dnsmasq.html
+++ b/tools/dnsmasq.html
@@ -69,7 +69,7 @@
 
         <p>
         This is part of the c9-doc Manual.
-        Copyright (C) 2016
+        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>
diff --git a/tools/fail2ban.html b/tools/fail2ban.html
index 9fad021..0238635 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 c9-doc Manual.
+        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>