[ldns-users] timeout query option in drill

Rick van der Zwet rick.vanderzwet at anywi.com
Wed May 9 09:10:16 UTC 2018


Hi,

I am converting scripting [1] to use drill instead of dig, how-ever i
run into a issue which causing the script to run too long.

dig (named) has a timeout flag which could limit the run time of a single query:
       +timeout=T
           Sets the timeout for a query to T seconds. The default
timeout is 5 seconds. An attempt to set T to less than 1 will
           result in a query timeout of 1 second being applied.

drill lacks this option, which is slightly annoying since we like to
use tooling in scripting, in which all response above 1 second are
considered useless.

I have hacked together a small patch (attached) which adds a timeout
flag to drill. Since the usual suspects of flags (-t -T) where taken I
choose '-W' (wait).

Best regards,
-Rick

[1] https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-11/nanobsd/files/tools/nameserver-shuffle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: drill-add-timeout-option.patch
Type: text/x-patch
Size: 2983 bytes
Desc: not available
URL: <http://lists.nlnetlabs.nl/pipermail/ldns-users/attachments/20180509/eb441b1b/attachment.bin>


More information about the ldns-users mailing list