My server is constantly getting attacked by Amazon India servers.
I added 35.154.0.0/16
range to the route for IP address 35.154.252.15
ip route add blackhole 35.154.0.0/16
But when I check if the IP address is blocked, it does not output anything.
ip route show 35.154.252.15
How can I make sure 35.154.252.15
is blocked by ip route
?