non round-robin DNS querying .. possible?

Let's say I own domain.com and it is delegated to ns1.blah.com ns2.blah.com and ns3.blah.com

When someone tries to visit my web site, the DNS server they use (usually their ISP's) will query a RANDOM server ie. etierh ns1, ns2 or ns3.blah.com

Is there any way to tell (possibly through some special setting in the zone files) that people should ALWAYS try to query ns1 before they try ns2 or ns3 ??

Basically, ns1 is my primary box and is in a good data center and I have access to it 24/7. The other 2 (ns2/3) are in remote servers and if they go down it's much harder to fix them .. so people visiting any domains which use either ns2/3 would have slower connections as they would be doing multiple lookups when the initial one fails (no response from ns2/3)

I hope I explained that properly..

 

 

 

 

Top