ssl-certs-checker/config.go

8 lines
108 B
Go

package main
const (
defaultDialerTimeout = 5
defaultPort = 443
protocol = "tcp"
)