mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Make drill more similar to dig.
This commit is contained in:
parent
6b9ed3805b
commit
052618efdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345226
@ -5,7 +5,7 @@
|
||||
|
||||
/* get the command to run */
|
||||
- xasprintf (&command_line, "%s @%s -p %d %s -t %s %s %s",
|
||||
+ xasprintf (&command_line, "%s @%s -p %d %s %s %s %s",
|
||||
+ xasprintf (&command_line, "%s @%s -z -p %d %s %s %s %s",
|
||||
PATH_TO_DIG, dns_server, server_port, query_address, record_type, dig_args, query_transport);
|
||||
|
||||
alarm (timeout_interval);
|
||||
|
Loading…
Reference in New Issue
Block a user