We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After looking in the Spam, following IPs are causing the problem. 207.244.89.91, 117.224.149.188, 106.67.97.54
207.244.89.91, 117.224.149.188, 106.67.97.54
The text was updated successfully, but these errors were encountered:
It better to drop packets from these ip's instead of processing the requests which will waste resources.
iptables -A INPUT -s 207.244.89.91 -j DROP
We can maintain spam list in text file and add salt task to block them?
Sorry, something went wrong.
No branches or pull requests
After looking in the Spam, following IPs are causing the problem.
207.244.89.91, 117.224.149.188, 106.67.97.54
The text was updated successfully, but these errors were encountered: