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 .
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