تحقّق من ملف hosts بحثًا عن حظر يدوي
بعض البرامج/البرامج الضارة تضيف إدخالات إلى ملف hosts تعيد توجيه النطاقات إلى 127.0.0.1. افتح Terminal ← عدّل الملف:
sudo nano /etc/hosts
Look for any line that maps the blocked domain to 127.0.0.1 or 0.0.0.0 and delete it. Press Ctrl+O to save, Ctrl+X to exit. Then flush the DNS cache:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder