I wasn't sure what to write in the title since I'm not familiar with the technical terms regarding DNS.
I have an IIS web server that is part of a domain in my organization, which I'll refer to as "company.abc". Most web servers in the organization's domain use standard hostnames, and the DC servers DNS is configured to pair each IP address with said IP's hostname, as such: hostname.company.abc
I want to configure the DNS servers in the organization to pair my server's IP address to the name "yahoo.xyz" without having to add a whole new lookup zone for "xyz" .
What would be the best way to do this without having to make any "big" changes to the current DNS configuration. A friend mentioned "root hints", but I'm unsure what exactly would need to be configured.