Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ichikaway committed Jan 10, 2021
1 parent 8be0d08 commit e9a60fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NSchecker changelog

## Ver 1.0.1 (2021/1/10)
Allow no last period in expect value of FQDN.
Handle timeout of UDP connection.


## Ver 1.0.0 (2020/9/22)
Released ver1.0.0 !!
download exec binary from github releases page.
Expand Down
2 changes: 1 addition & 1 deletion NSchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
)

var VERSION = "1.0.0"
var VERSION = "1.0.1"

func showError() {
fmt.Printf("USAGE: go run NsCheck.go Type(NS or MX) 'domain' 'ns records' \n")
Expand Down

0 comments on commit e9a60fd

Please sign in to comment.