8 from posting temporarily
38 Inserts a ban into the global
40 database which will affect either
42 or all IP addresses between
50 The IP address to ban, either in IPV4 or IPV6 format. This option is mutually exclusive with the
55 The start of an IP address range to ban
57 mutually exclusive with
59 This option requires a matching
62 The end of an IP address range to ban
64 mutually exclusive with
66 This option requires a matching
69 The ban message to display. This may include HTML, as it dropped directly
71 into a HTML page. If not specified, the ban message will be empty.
73 The time, as a UTC timestamp, when the ban should expire. If not specified,
75 defaults to the current timestamp, plus 604800 seconds
78 If set, don't display the end time on ban page.
82 .Dl % rb79-ban-ip -b m -f 100.0.0.0 -l 200.0.0.0 \e\
83 .Dl \& \& \& \& \& \& \& \& \& \& \& \& \& \& -u $(($(date +%s) + 600)) \e\
84 .Dl \& \& \& \& \& \& \& \& \& \& \& \& \& \& -m \*qcalm down\*q
86 .Dl % rb79-ban-ip -i 127.0.0.1 -m 'You are the worst poster here.'
88 .Dl % rb79-ban-ip -i 127.0.0.2 -u 9999999999999999 \e\
89 .Dl \& \& \& \& \& \& \& \& \& \& \& \& \& \& -m '<img src=\*q/misc/go-away.png\*q>'
94 .An De Rais Aq Mt derais@cock.li