Skip to content

Commit 3c22017

Browse files
committed
Update README.md
1 parent 9d844e4 commit 3c22017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ FLAGS:
123123
--disable-colors
124124
--disable-custom-parameters Do not automatically check parameters like admin=true
125125
--disable-progress-bar
126+
--disable-trustdns Can solve some dns related problems
126127
--encode Encodes query or body before making a request, i.e & -> %26, = -> %3D
127128
List of chars to encode: ", `, , <, >, &, #, ;, /, =, %
128129
-L, --follow-redirects Follow redirections
@@ -168,7 +169,7 @@ OPTIONS:
168169
--learn-requests <learn-requests-count> Set the custom number of learn requests. [default: 9]
169170
-m, --max <max>
170171
Change the maximum number of parameters per request.
171-
(default is 128/192/256 for query, 64 for headers and 512 for body)
172+
(default is <= 256 for query, 64 for headers and 512 for body)
172173
-X, --method <methods> Multiple values are supported: -X GET POST
173174
-o, --output <file>
174175
-O, --output-format <output-format> standart, json, url, request [default: standart]

0 commit comments

Comments
 (0)