From 987f9a3cfbffa89d399f52fcfe39bdd6dfce676b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Mon, 6 May 2019 14:02:36 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 795c56e..1b04d76 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,18 @@ VagrantDomain=("app1.dev" "app2.dev" "appN.dev") Edit your hosts, typically sudo nano /etc/hosts - and set: +``` +## +# Host Database +# +# localhost is used to configure the loopback interface +# when the system is booting. Do not change this entry. +## +127.0.0.1 localhost +255.255.255.255 broadcasthost +::1 localhost 192.168.33.10 www.app1.dev - +``` After run the command: ```