Currently I have a domain (example : www.danra.com) and a server with 2 ip (10.x.x.x ->> private ip and 202.x.x.x ->> public ip)
And I want to differentiate DNS route according to where the users access my site (intranet or internet). As example for intranet user, when users access www.danra.com, will be routed to ip 10.x.x.x, but when public users access it, will be routed to ip 202.x.x.x
Can I set my domain to those 2 ip on my server ?