I need to use my default DNS as primary, but for second I could use Google's one which is already updated.
I would like to use Google's DNS for a specific domain which has changed IP and is still not refreshing on the primary DNS.
Is it possible?
I need to use my default DNS as primary, but for second I could use Google's one which is already updated.
I would like to use Google's DNS for a specific domain which has changed IP and is still not refreshing on the primary DNS.
Is it possible?
Yes, it's possible for you to do it, if your infrastructure can use DNS Response Policy Zones.
http://en.wikipedia.org/wiki/Response_policy_zone
Note that this will only work for machines you control. If you care about the wider world getting to the correct record, they won't be using your RPZ settings.
In all cases, you should work with your DNS providers to get accurate data, and ensure that you're not setting high TTLs thus shooting yourself in the foot when you make changes.
/And as Ed says, HOSTS entries can be a good bandaid/crutch, but they're even better at putting lead in your toes later.