I have an ubuntu 16.04 machine running nginx server. It serves an web app and every pc in my network can access the web app by typing the ip 192.168.0.31
in browser. How can I make a custom name like mydomain.local
resolved to this ip?
All the pcs and laptops including the server in my network are connected in a mikrotik router. I have looked up methods to setup local dns server using bind9 but that's not quite working for me. An step by step guideline could be a great help for me.
Thanks in advance.