I am currently working on a locally hosted website running on the free version of MAMP. I wanted to assign this website a domain name, hence i came across dnsmasq. I have set up the program using https://www.stevenrombauts.be/2018/01/use-dnsmasq-instead-of-etc-hosts/
The DNS works perfect on the host device, with the weblink domain.develop directing me to my webpage. Great! But I cannot access the webpage through the address from another computer connected to my router. I can open the page using my IP address though from the other computer.
I am running Mac OS Mojave as the host and have a Foxtel Hub router (If it helps).
The dnsmasq filter is still operating through its origional port (53 I think) and is redirecting the domain name to 127.0.0.1 (localhost). As per the above tutorial, I am only sending domain.develop to dnsmasq.
What I want is for other local devices attached to my router to be able to visit the website hosted on my mac using the static DNS (domain.develop).
Many thanks,
BFB