Some sites are not resolved when using orcon dns, but works with google or opendns:
dig site_name (excerpt)
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 557
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
Using google dns 8.8.8.8.
dig @8.8.8.8 site_name (excerpt)
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7773
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
I ger SERVFAIL using orcon but with 8.8.8.8, I get NOERROR.
Is there something wrong with orcon dns ? Is orcon DNS reliable ?
I was hoping not to use google or opendns because local dns should be faster.