Skip to content

Commit

Permalink
Bump version to 0.9.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Nov 9, 2019
1 parent 5605ae5 commit f052d3b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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 = "findomain"
version = "0.8.0"
version = "0.9.0-beta1"
authors = ["Eduard Tolosa <[email protected]>"]
edition = "2018"
description = "The fastest and cross-platform subdomain enumerator, don't waste your time."
Expand Down
15 changes: 12 additions & 3 deletions findomain.1
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH FINDOMAIN "1" "November 2019" "findomain 0.8.0" "User Commands"
.TH FINDOMAIN "1" "November 2019" "findomain 0.9.0-beta1" "User Commands"
.SH NAME
findomain \- manual page for findomain 0.8.0
findomain \- manual page for findomain 0.9.0-beta1
.SH DESCRIPTION
findomain 0.8.0
findomain 0.9.0\-beta1
Eduard Tolosa <[email protected]>
The fastest and cross\-platform subdomain enumerator, don't waste your time.
.SS "USAGE:"
.IP
findomain [FLAGS] [OPTIONS]
.SS "FLAGS:"
.TP
\fB\-\-enable\-dot\fR
Enable DNS over TLS for resolving subdomains IPs.
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-i\fR, \fB\-\-ip\fR
Show/write the ip address of resolved subdomains.
.TP
\fB\-\-ipv4\-only\fR
Perform a IPv4 lookup only.
.TP
\fB\-\-ipv6\-only\fR
Perform a IPv6 lookup only.
.TP
\fB\-m\fR, \fB\-\-monitoring\-flag\fR
Activate Findomain monitoring mode.
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: findomain
version: "0.8.0"
version: "0.9.0-beta1"
author: Eduard Tolosa <[email protected]>
settings:
- ArgRequiredElseHelp
Expand Down

0 comments on commit f052d3b

Please sign in to comment.