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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -