Hi David, > > nobody said that our DNS proxy supports TCP. We are doing UDP only. > > Can you show me how to make the example lookup I demonstrated actually > work, without editing /etc/resolv.conf to point to a working nameserver?
problem here is that the DNS response you are receiving is too big for UDP DNS protocol. So it retries over TCP. And the proxy does not support TCP right now. So we have to add DNS over TCP support to the proxy. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
