apkpure.com is blocked on multiple Indian ISPs

  • Thread starter Thread starter JB701
  • Start date Start date
  • Replies Replies 47
  • Views Views 7,982
They do not know about mailing the site for taking down the app which is illegal .So they did what they could do. Cheap shit . Banned the site to prevent accessing it .
 
Do you mean anycast dns? So you get different ip depending on your isp and location.

Blocking the main server will block entire site.

Can you share a domain which ip keeps changing?
@JB701 Isn't anycast supposed to give the same IP for multiple servers?

If 1.1.1.1 is announced on multiple servers, the request is then routed to the shortest path which means the nearest server with that ip.

Blocking IPs is not a good way to block websites anyway. Since there are multiple websites hosted on the same IPs. The client sends a host header to the server to identify which website is being requested.

With everyone being on cloudflare too it's nearly impossible to block https, they do some TCP reset thing to terminate the connection.
 
Last edited:
Back