Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed May 11, 2021
1 parent 86e760d commit 380fec6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusolver"
version = "0.3.0"
version = "0.4.0"
authors = ["Eduard Tolosa <[email protected]>"]
edition = "2018"
description = "Fast DNS resolver written in Rust."
Expand Down
17 changes: 12 additions & 5 deletions rusolver.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH RUSOLVER "1" "October 2020" "Rusolver 0.1.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH RUSOLVER "1" "May 2021" "Rusolver 0.4.0" "User Commands"
.SH NAME
Rusolver \- manual page for Rusolver 0.1.0
Rusolver \- manual page for Rusolver 0.4.0
.SH DESCRIPTION
Rusolver 0.1.0
Rusolver 0.4.0
Eduard Tolosa <[email protected]>
Fast DNS resolver written in Rust.
.SS "USAGE:"
Expand All @@ -21,8 +21,15 @@ Show the discovered IP addresses. Default: false
Prints version information
.SS "OPTIONS:"
.TP
\fB\-d\fR, \fB\-\-domain\fR <domain>
Target domain. When it's specified, a wordlist can be used from stdin for
bruteforcing.
.TP
\fB\-r\fR, \fB\-\-resolvers\fR <resolvers>
File with DNS ips.
.TP
\fB\-t\fR, \fB\-\-threads\fR <threads>
Number of threads. Default: 500
Number of threads. Default: 100
.TP
\fB\-\-timeout\fR <timeout>
Timeout in seconds. Default: 1
Expand Down

0 comments on commit 380fec6

Please sign in to comment.