Skip to content
New issue

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

Block following IP for junction #17

Open
kracekumar opened this issue Jun 21, 2017 · 1 comment
Open

Block following IP for junction #17

kracekumar opened this issue Jun 21, 2017 · 1 comment

Comments

@kracekumar
Copy link
Member

After looking in the Spam, following IPs are causing the problem.
207.244.89.91, 117.224.149.188, 106.67.97.54

@ChillarAnand
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants