iptables -L is slow even with just 2 ip's blocked -


Does anybody know that iptables -l is slow, while only 2 IPs are blocked?

Try using

  iptables -n -l < / Code>  

Reverse DNS lookup

Comments

Popular posts from this blog

ruby on rails - How to avoid ActionController::InvalidCrossOriginRequest exception? -

How to edit the second line in text file using batch? -

Selenium IDE Conditional Statements -