Skip to content

Commit

Permalink
[+]v1.61发布
Browse files Browse the repository at this point in the history
  • Loading branch information
lcvvvv committed Jan 10, 2022
1 parent e14752f commit 5a49061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const logo = `
|##| |#|___ |#| /###\ |##\|#|
|#.#\ \#####\|#| /#/_\#\ |#.#.#|
|#|\#\ /\___|#||#|____/#/###\#\|#|\##|
|#| \#\\#####/ \#####/#/ v1.60#\#| \#|
|#| \#\\#####/ \#####/#/ v1.61#\#| \#|
`

Expand Down Expand Up @@ -143,6 +143,8 @@ func main() {
}
//touch模块启动
if app.Setting.Touch != "None" {
_ = gonmap.Init(9, app.Setting.Timeout)

r := touch.Touch(app.Setting.Touch)
slog.Info("Netloc:", app.Setting.Touch)
slog.Info("Status:", r.Status)
Expand Down

0 comments on commit 5a49061

Please sign in to comment.