mirror of https://github.com/fail2ban/fail2ban
- Updated man page
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@533 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
743ec88eef
commit
002fbac6e7
|
@ -3,7 +3,7 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fail2ban-client \- configure and control the server
|
fail2ban-client \- configure and control the server
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
[?1034hUsage: ../fail2ban\-client [OPTIONS]... <COMMAND>
|
[?1034hUsage: ../fail2ban\-client [OPTIONS] <COMMAND>
|
||||||
.PP
|
.PP
|
||||||
Fail2Ban v0.7.6\-SVN reads log file that contains password failure report
|
Fail2Ban v0.7.6\-SVN reads log file that contains password failure report
|
||||||
and bans the corresponding IP addresses using firewall rules.
|
and bans the corresponding IP addresses using firewall rules.
|
||||||
|
@ -37,7 +37,7 @@ display this help message
|
||||||
print the version
|
print the version
|
||||||
.SH COMMAND
|
.SH COMMAND
|
||||||
.IP
|
.IP
|
||||||
Basic
|
BASIC
|
||||||
.TP
|
.TP
|
||||||
\fBstart\fR
|
\fBstart\fR
|
||||||
starts the server and the jails
|
starts the server and the jails
|
||||||
|
@ -56,7 +56,7 @@ server
|
||||||
\fBping\fR
|
\fBping\fR
|
||||||
tests if the server is alive
|
tests if the server is alive
|
||||||
.IP
|
.IP
|
||||||
Logging
|
LOGGING
|
||||||
.TP
|
.TP
|
||||||
\fBset loglevel <LEVEL>\fR
|
\fBset loglevel <LEVEL>\fR
|
||||||
sets logging level to <LEVEL>. 0
|
sets logging level to <LEVEL>. 0
|
||||||
|
@ -73,7 +73,7 @@ file
|
||||||
\fBget logtarget\fR
|
\fBget logtarget\fR
|
||||||
gets logging target
|
gets logging target
|
||||||
.IP
|
.IP
|
||||||
Jail control
|
JAIL CONTROL
|
||||||
.TP
|
.TP
|
||||||
\fBadd <JAIL> <BACKEND>\fR
|
\fBadd <JAIL> <BACKEND>\fR
|
||||||
creates <JAIL> using <BACKEND>
|
creates <JAIL> using <BACKEND>
|
||||||
|
@ -88,7 +88,7 @@ removed
|
||||||
\fBstatus <JAIL>\fR
|
\fBstatus <JAIL>\fR
|
||||||
gets the current status of <JAIL>
|
gets the current status of <JAIL>
|
||||||
.IP
|
.IP
|
||||||
Jail configuration
|
JAIL CONFIGURATION
|
||||||
.TP
|
.TP
|
||||||
\fBset <JAIL> idle on|off\fR
|
\fBset <JAIL> idle on|off\fR
|
||||||
sets the idle state of <JAIL>
|
sets the idle state of <JAIL>
|
||||||
|
@ -189,7 +189,7 @@ action <ACT> for <JAIL>
|
||||||
sets the unban command <CMD> of
|
sets the unban command <CMD> of
|
||||||
the action <ACT> for <JAIL>
|
the action <ACT> for <JAIL>
|
||||||
.IP
|
.IP
|
||||||
Jail information
|
JAIL INFORMATION
|
||||||
.TP
|
.TP
|
||||||
\fBget <JAIL> logpath\fR
|
\fBget <JAIL> logpath\fR
|
||||||
gets the list of the monitored
|
gets the list of the monitored
|
||||||
|
|
Loading…
Reference in New Issue