diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dnsmasq.html | 2 | ||||
-rw-r--r-- | tools/fail2ban.html | 23 |
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> |