This repository has been archived on 2025-03-03 . You can view files and clone it, but cannot push or open issues or pull requests.
A simple anti-spam system for question2answer, using the stopforumspam API and ufw.
To deploy:
- modify the configuration variables in the scripts
- copy the scripts to
/usr/local/bin
- register
q2a_usercheck.sh
as a systemd unit or rc script
TODO:
- add support for pf
- add support for iptables
Description
A simple anti-spam system for question2answer, using the stopforumspam API and firewall rules (pf or ufw).
Languages
Shell
100%