A simple anti-spam system for question2answer, using the stopforumspam API and firewall rules (pf or ufw).
forumspam.sh | ||
q2a_usercheck.sh | ||
README.md |
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:
- also check against botscout
- add support for pf
- add support for iptables