Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

[Enhancement] DNS lookup response time

I noticed DNS resolution is really slow, adding this option to /etc/resolv.conf , solves the issue.

options single-request

A simple example:

time curl http://www.google.es

With option single-request
real 0m0.157s
user 0m0.000s
sys 0m0.008s
Wihout option single-request
real 0m5.620s
user 0m0.008s
sys 0m0.000s

Regards,

 

 

 

thanks of this 🙂