How to access vagrant from browser in localhost?
In vagrant, set hostname as test.my.domain. Installed an application in it. Want to access it from browser as http://test.my.domain. Except set /etc/hosts, is there any tools for mapping it?
/etc/hosts example
```
192.168.1.100 test.my.domain
```