Skip to content

Instantly share code, notes, and snippets.

View lightvision's full-sized avatar

Marius Ionel lightvision

View GitHub Profile
@lightvision
lightvision / icann make local developers to have nightmares
Last active August 29, 2015 14:23
Avoid naming development sites with .dev suffix
Recent changes to ICANN lead to several problems to local sites developers that habits to name their local development sites as devsite.dev .
One of them is that your development site will leak to your dns service provider.
Another problem is that it will try to resolve your *.dev site when your development server is offline.
Solution: rename all your development sites to *.local.
This will lead to unknown host if the respective site is not in your host and if it is will allow local server to serve it without leakage to outside world.