Is it possible to point all of a TLD (like .dev), towards localhost with the hostsfile and without having to set up a local DNS server? Would be awesome for local web development!
Asked
Active
Viewed 1,230 times
1 Answers
4
The hosts
facility in most operating systems does not support wildcard functionality; you would need to write (or find) a NSS library (or whatever equivalent is used on Windows or OS X) to provide the names.

Ignacio Vazquez-Abrams
- 45,939
- 6
- 79
- 84