I'd like to set up an HTTP redirect on our local domain, e.g.
https://intranet.local -> https://home.intranet.local
Our DNS servers are on our domain controllers, and intranet.local resolves to one of many domain controllers.
Microsoft does not recommend putting IIS on domain controllers, and we do not like the idea of adding IIS maintenance and new potential attack vector to all our DCs just for a redirect.
Is there another way to do this? I'm relatively new to the Windows Server world, so I may be missing something obvious.