Y
Hacker News
new
|
ask
|
show
|
jobs
Why all *.dev domains target to my localhost?
1 points
by
eveevans
4154 days ago
When you type *.dev domains, for example juas.dev it points to localhost, someone know why ?
(My hosts are not modified, and the request dont go outside)
3 comments
someguy1233
4154 days ago
What DNS provider do you use? It could be that you set up some sort-of DNS modification such as
http://clintberry.com/2011/wildcard-sub-domains-on-osx-web-d...
link
eveevans
4154 days ago
No, I trace the route and the request never get out of my computer. It's always local and my hosts are not modified
Did you tried it too?
link
criticas
4154 days ago
nslookup -d2 <hostname> and dig +trace <hostname> are your friend.
link
cristianbica
4154 days ago
Have you ever installed pow from pow.cx?
link
eveevans
4154 days ago
Nope. I tried this on Windows and Linux with the same result.
link