iptables-1.3.2-20050720
[iptables.git] / extensions / libipt_time.man
1 This matches if the packet arrival time/date is within a given range. All options are facultative.
2 .TP
3 .BI " --timestart " "value"
4 Match only if it is after `value' (Inclusive, format: HH:MM ; default 00:00).
5 .TP
6 .BI "--timestop  " "value"
7 Match only if it is before `value' (Inclusive, format: HH:MM ; default 23:59).
8 .TP
9 .BI "--days " "listofdays"
10 Match only if today is one of the given days. (format: Mon,Tue,Wed,Thu,Fri,Sat,Sun ; default everyday)
11 .TP
12 .BI "--datestart " "date"
13 Match only if it is after `date' (Inclusive, format: YYYY[:MM[:DD[:hh[:mm[:ss]]]]] ; h,m,s start from 0 ; default to 1970)
14 .TP
15 .BI "--datestop " "date"
16 Match only if it is before `date' (Inclusive, format: YYYY[:MM[:DD[:hh[:mm[:ss]]]]] ; h,m,s start from 0 ; default to 2037)