Question
How do I flush my DNS cache to potentially resolve Error 266?
Asked by: USER4679
61 Viewed
61 Answers
Responsive Ad After Question
Answer (61)
Flushing your DNS cache can resolve outdated DNS information that might be causing connection problems. On Windows, open Command Prompt as administrator and type `ipconfig /flushdns` then press Enter. On macOS, open Terminal and type `sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder` and press Enter (you'll need to enter your administrator password).