ssl-certs-checker/config.go

8 lines
108 B
Go
Raw Permalink Normal View History

2020-02-22 15:39:16 +00:00
package main
const (
defaultDialerTimeout = 5
defaultPort = 443
protocol = "tcp"
2020-02-22 15:39:16 +00:00
)