You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 appreciatedThe text was updated successfully, but these errors were encountered: