From ad2235f66b8de0dd44192b881f3576ad3db84fc2 Mon Sep 17 00:00:00 2001 From: Alexander Koeppe Date: Mon, 14 Mar 2016 23:40:33 +0100 Subject: [PATCH] update jail.conf(5) man-page --- man/jail.conf.5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/man/jail.conf.5 b/man/jail.conf.5 index 865c689e..e2f5c3b6 100644 --- a/man/jail.conf.5 +++ b/man/jail.conf.5 @@ -269,17 +269,32 @@ The following commands can be present in the [Definition] section. .B actionstart command(s) executed when the jail starts. .TP +.B actionstart6 +IPv6 specific equivalent for actionstart +.TP .B actionstop command(s) executed when the jail stops. .TP +.B actionstop6 +IPv6 specific equivalent for actionstop +.TP .B actioncheck command(s) ran before any other action. It aims to verify if the environment is still ok. .TP +.B actioncheck6 +IPv6 specific equivalent for actioncheck +.TP .B actionban command(s) that bans the IP address after \fBmaxretry\fR log lines matches within last \fBfindtime\fR seconds. .TP +.B actionban6 +IPv6 specific equivalent for actionban +.TP .B actionunban command(s) that unbans the IP address after \fBbantime\fR. +.TP +.B actionunban6 +IPv6 specific equivalent for actionunban .PP The [Init] section allows for action-specific settings. In \fIjail.conf/jail.local\fR these can be overwritten for a particular jail as options to the jail. The following are special tags which can be set in the [Init] section: .TP