8 from posting temporarily
35 Inserts a ban into the global
37 database which will affect either
39 or all IP addresses between
47 The IP address to ban, either in IPV4 or IPV6 format. This option is mutually exclusive with the
52 The start of an IP address range to ban
54 mutually exclusive with
56 This option requires a matching
59 The end of an IP address range to ban
61 mutually exclusive with
63 This option requires a matching
66 The ban message to display. This may include HTML, as it dropped directly
68 into a HTML page. If not specified, the ban message will be empty.
70 The time, as a UTC timestamp, when the ban should expire. If not specified,
72 defaults to the current timestamp, plus 604800 seconds
77 .Dl % rb79-ban-ip -b m -f 100.0.0.0 -l 200.0.0.0 \e\
78 .Dl \& \& \& \& \& \& \& \& \& \& \& \& \& \& -u $(($(date +%s) + 600)) \e\
79 .Dl \& \& \& \& \& \& \& \& \& \& \& \& \& \& -m \*qcalm down\*q
81 .Dl % rb79-ban-ip -i 127.0.0.1 -m 'You are the worst poster here.'
83 .Dl % rb79-ban-ip -i 127.0.0.2 -u 9999999999999999 \e\
84 .Dl \& \& \& \& \& \& \& \& \& \& \& \& \& \& -m '<img src=\*q/misc/go-away.png\*q>'
89 .An De Rais Aq Mt derais@cock.li