Ubuntu/Linux: Avoid connection from specific ip address without using iptables

sudo ip route add prohibit <ip address to block>/32 #Ex: sudo ip route add prohibit 58.15.238.31/32
Block connections from specific ip address without using iptables.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.