Makes it easier to check for default values. Fixes #37.
@ -32,7 +32,7 @@ var (
func main() {
flag.Parse()
p := proxy.New(*host, cert)
p := proxy.New(*host, *cert)
if (*ca == "") != (*caKey == "") {
log.Fatalln("must specify both CA certificate and key")
The note is not visible to the blocked user.