Ask HN: How to access vagrant from browser in localhost?2 points·by rawmainb·6 ปีที่แล้ว·4 commentsIn 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 ```3 commentsPost comment[–]fabrixxm·6 ปีที่แล้วreplyhttps://github.com/cogitatio/vagrant-hostsupdater[–]fsck0ff·6 ปีที่แล้วreplyhttps://github.com/mattes/vagrant-dnsmasq[–]rawmainb·6 ปีที่แล้วreplyIt looks good. But showing: This repository has been archived by the owner. It is now read-only.[–]rawmainb·6 ปีที่แล้วreplyIt doesn't support markdown.
/etc/hosts example
``` 192.168.1.100 test.my.domain ```