Changeset 13723 in hybrid for branches/releng-11/nanobsd
- Timestamp:
- Jan 18, 2017, 1:00:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/tools/nameserver-shuffle
r12909 r13723 37 37 $verbose && printf "## Testing nameserver %-16s query time: " $NAMESERVER 38 38 # Strict checking to avoid buggy links to return decent results. 39 QUERY_TIME=`drill +time=1 +tries=1SOA wleiden.net @$NAMESERVER | awk '/Query time:/ {print $4}'`39 QUERY_TIME=`drill -Q SOA wleiden.net @$NAMESERVER | awk '/Query time:/ {print $4}'` 40 40 # Failed to complete succesfully 41 41 [ -z "$QUERY_TIME" ] && QUERY_TIME="9999"
Note:
See TracChangeset
for help on using the changeset viewer.