Comment 73 for bug 1003842

Revision history for this message
Sachin Bawoor (bawoor) wrote :

The solution would be to search non-sequentially.
If the first nameserver fails to answer, then it should ask other till it gets correct nameserver.
For example if the request needs to resolve private address-it first searches non sequentially and asks 8.8.8.8 nameserver initially but it can resolve only public addresses. So now it asks other nameserver 192.168.0.1, it can resolve both public and private addresses.