We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75e132 commit f82cc55Copy full SHA for f82cc55
cmd/pping/cmd/tls.go
@@ -65,6 +65,8 @@ func runtls(cmd *cobra.Command, args []string) error {
65
}
66
fmt.Printf("Ping %s (%d):\n", host, tlsflag.port)
67
p := ping.NewTlsPing(host, tlsflag.port, tlsflag.conntime, tlsflag.handtime)
68
+ p.TlsVersion = tlsflag.tlsver
69
+ p.Insecure = tlsflag.insecure
70
p.IP = ip
71
return RunPing(p)
72
0 commit comments