There has been a somewhat similar question asked before here and here but they aren't the answers I am looking for.
Details: There is a website that is supposed to be deployed inside the network (LAN) it will only be accessible by LAN users. Now to access that network, the clients of that website have to go to its IP Address in LAN (which is static, so DHCP Server always gives the same IP to server machine). This is good so far, but what I want, is that instead of IP address, is there any other way, where the user can actually type a domain name, and the router forwards all the requests to that specific domain name to the IP address in LAN?
Are there any routers out there that support Hostname mapping to LAN IPs? (exact model please)
Is there any other way if the router does not support hostname mapping to LAN IP?
Unfeasible solution: Setup Local DNS server which will have the hostname mapping to that LAN IP, but the problem is that it is a restaurant, so different clients will be using it, so it is unfeasible to add LOCAL DNS Server address to each client machine. mDNS is also out of the question because of the support issues on Android browsers etc...