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.
2020-09-01 11:25:36 -07:00
2020-09-01 11:25:36 -07:00
2020-08-31 21:17:14 -07:00
2020-08-31 21:05:23 -07:00

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
  • add a line like 0 0 * * * /usr/local/bin/q2a_usercheck.sh to root's crontab. Alternatively, you can add q2a_usercheck.sh to /etc/cron.daily/ if it exists (for example, on debian).

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).
Readme 284 KiB
Languages
Shell 100%