=================================================================== RCS file: /cvs/cvs/blind/blind.1,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- blind/blind.1 2022/03/13 23:06:39 1.1 +++ blind/blind.1 2022/03/29 19:53:59 1.5 @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 13 2022 $ +.Dd $Mdocdate: March 29 2022 $ .Dt BLIND 1 .Os .Sh NAME @@ -21,3 +21,42 @@ .Nd Block Intruders daemon .Sh SYNOPSIS .Nm +.Op Fl dhnv +.Op Fl f Ar file +.Sh DESCRIPTION +.Nm +is a Block Intrusion daemon which can be used to automatically block +malicious IP addresses. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl d +Do not daemonize. +If this option is specified, +.Nm +will run in the foreground and log to +.Em stderr . +.It Fl f Ar file +Specify an alternative configuration file. +.It Fl h +Display version and usage. +.It Fl n +Configtest mode. +Only check the configuration file for validity. +.It Fl v +Produce more verbose output. +.El +.Sh FILES +.Bl -tag -width "/etc/blind.confXXX" -compact +.It Pa /etc/blind.conf +Default +.Nm +configuration file. +.It Pa /var/run/blind.sock +.Ux Ns -domain +socket used for communication with +.Xr blindctl 8 . +.El +.Sh SEE ALSO +.Xr blind.conf 5 , +.Xr blindctl 8