whoops again

This commit is contained in:
Gered 2018-01-17 08:20:53 -05:00
parent c2d948245e
commit 793501eee3

View file

@ -20,7 +20,7 @@ func main() {
var tlsCertPath = flag.String("tlscert", "", "Certificate file")
var tlsKeyPath = flag.String("tlskey", "", "Private key file for certificate")
var tlsCACertPath = flag.String("tlscacert", "", "Client certificate CA file")
var tlsVerify = flag.Bool("tlsverify", true, "Enable TLS connection verification")
var tlsVerify = flag.Bool("tlsverify", false, "Enable TLS connection verification")
flag.Usage = usage
flag.Parse()