Right now my "Additional DNSMasq options" is as follows:
no-resolv
strict-order
server=208.67.222.222
server=208.67.222.220

1. can I specify OpenDns for the first and genuity for the second (i.e. 4.2.2.1)?
2. can I specify more than 2 IP addresses?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yes and yes. DNSMasq allows as many -S (--server) options as you like. There is no issue using different DNS providers (in fact, it's a good idea).

http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html

link|improve this answer
cool! So dd-wrt will just try the next server if one is down? – SFun28 Jun 9 '11 at 16:41
Yes, well, more correctly DNSMasq will try the servers in order. – Kyle Smith Jun 9 '11 at 17:04
+1, thanks @Kyle! – SFun28 Jun 9 '11 at 17:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.