proxy hostname in client browser configuration .How?

Hi,
I am facing an issue and looking someone help me to make it work
i am using Mikrotik router as proxy and current setting allow me to add the router ip to clients browser configuration like
10.0.0.1 port 8080
but i want to use router name like
mikproxy port 8080
any name is ok but i have to use the proxy name not IP
Note:I have add proxy for clients because i have complex network

Thanks all

set static dns entry

Note:I have add proxy for clients because i have complex network

why don’t you set a transparent proxy with dst-nat? you could redirect all traffic comming to router on port 80 to port 8080 where you have the proxy service running. In this case you don’t have to setup anything on your client browser.