Hi,
I was trying to implement blocking of IP addresses of cloud providers on one of my services to avoid any requests from them.
So, I parsed all the CIDRs listed in server-ip-addresses/data/datacenters.txt. But to my surprise, requests from my local machine(laptop) and few of my colleagues machines also got blocked. Not sure why this happened. Any help is appreciated
Hi,
I was trying to implement blocking of IP addresses of cloud providers on one of my services to avoid any requests from them.
So, I parsed all the CIDRs listed in
server-ip-addresses/data/datacenters.txt. But to my surprise, requests from my local machine(laptop) and few of my colleagues machines also got blocked. Not sure why this happened. Any help is appreciated