Skip to content

Commit 645dc06

Browse files
author
sourena
committed
update README and commaand-line options
1 parent 3fd4b88 commit 645dc06

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Bulk DNS scanner based on sdns low-level DNS library.
170170
--set-nsid The packet has NSID in edns0
171171
--noedns Do not support EDNS0 in queries (Default supports EDNS0)
172172
--server-mode Run bulkDNS in server mode
173+
--no-tcp Run the server-mode only for UDP (No TCP listening)
173174
-h, --help Print this help message
174175
175176
bulkDNS currently supports the following RRs:

src/cmdparser.c

+3
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ void arg_show_help(PARG_CMDLINE cmd, int argc, char ** argv){
346346
fprintf(stdout, "\t--server-mode\t\t\t\t");
347347
fprintf(stdout, "Run bulkDNS in server mode\n");
348348

349+
fprintf(stdout, "\t--no-tcp\t\t\t\t");
350+
fprintf(stdout, "Run the server-mode only for UDP (No TCP listening)\n");
351+
349352
fprintf(stdout, "\t-h, --help\t\t\t\t");
350353
fprintf(stdout, "Print this help message\n");
351354

0 commit comments

Comments
 (0)