IP -j DROP
iptables -A INPUT -s IP -p tcp --destination-port 22 -j DROP
which one can be better to use ?
both of them can do what i need but i want to know which one is better for performance cuz i have to add many rules like these
Why do you have to add "many rules like these"?
For performance use the default deny one
Обсуждают сегодня