[Definition] actionstart = bash /data/action.d/pushover.sh -a start actionstop = bash /data/action.d/pushover.sh -a stop actionban = iptables -I DOCKER-USER -m string --algo bm --string 'X-Forwarded-For: ' -j DROP bash /data/action.d/pushover.sh -b -r "forceful browsing on ()" actionunban = iptables -D DOCKER-USER -m string --algo bm --string 'X-Forwarded-For: ' -j DROP bash /data/action.d/pushover.sh -u