Glam Prestige Journal

Bright entertainment trends with youth appeal.

What is the best option for me to access a website whose CDN has been blocked by my ISP . Data is important to me , so I'm a bit hesitant to use a VPN . Also , I've tried flushing my DNS cache and using Google's DNS . I cant seem to access this website . All the methods mentioned have failed . I'm on mac . enter image description here

2

1 Answer

I was facing the same error for

Flushing the DNS Cache worked for me.

If you want to see the existing records before flushing run CMD and:

ipconfig /displaydns > tmp.txt && notepad.exe tmp.txt 

(Credit: )

To flush the DNS run CMD and:

ipconfig /flushdns

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy