Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eiqnepm committed Feb 3, 2024
1 parent 0840156 commit b3574ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/portcheck/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
log.Fatal(err)
}

network := env("NETWORK", "tcp")
network := env("NETWORK", "udp")

t, err := strconv.Atoi(env("TIMEOUT", "300"))
if err != nil {
Expand Down

0 comments on commit b3574ec

Please sign in to comment.