-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rusolver" | ||
version = "0.5.1" | ||
version = "0.6.0" | ||
authors = ["Eduard Tolosa <[email protected]>"] | ||
edition = "2018" | ||
description = "Fast DNS resolver written in Rust." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.48.3. | ||
.TH RUSOLVER "1" "May 2021" "Rusolver 0.5.1" "User Commands" | ||
.TH RUSOLVER "1" "May 2021" "Rusolver 0.6.0" "User Commands" | ||
.SH NAME | ||
Rusolver \- manual page for Rusolver 0.5.1 | ||
Rusolver \- manual page for Rusolver 0.6.0 | ||
.SH DESCRIPTION | ||
Rusolver 0.5.1 | ||
Rusolver 0.6.0 | ||
Eduard Tolosa <[email protected]> | ||
Fast DNS resolver written in Rust. | ||
.SS "USAGE:" | ||
|
@@ -17,6 +17,9 @@ Prints help information | |
\fB\-i\fR, \fB\-\-ip\fR | ||
Show the discovered IP addresses. Default: false | ||
.TP | ||
\fB\-\-no\-verify\fR | ||
Disables the double verification algorithm for valid subdomains \fB\-NOT\fR RECOMMENDED\-. Default: false | ||
.TP | ||
\fB\-q\fR, \fB\-\-quiet\fR | ||
Enables quiet mode. | ||
.TP | ||
|