I can't visit websites that have “.dev” domain
Solution 1:
Ok, I figured it out:
- I used command
scutil --dns
which returned current resolvers configuration - There was entry:
resolver #8
domain : dev
nameserver[0] : 127.0.0.1
flags : Request A records, Request AAAA records
reach : 0x00030002 (Reachable,Local Address,Directly Reachable Address)
- Then I went to the catalog
/etc/resolver
and I found there file calleddev
. - I've removed that file and everything started working just fine