Explorar o código

Disable low-profile by default

Ettore Di Giacinto %!s(int64=2) %!d(string=hai) anos
pai
achega
5588b52049
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmd/util.go

+ 1 - 1
cmd/util.go

@@ -172,7 +172,7 @@ var CommonFlags []cli.Flag = []cli.Flag{
 		Usage:  "Enable DHT for peer discovery",
 		Usage:  "Enable DHT for peer discovery",
 		EnvVar: "EDGEVPNDHT",
 		EnvVar: "EDGEVPNDHT",
 	},
 	},
-	&cli.BoolTFlag{
+	&cli.BoolFlag{
 		Name:   "low-profile",
 		Name:   "low-profile",
 		Usage:  "Enable low profile. Lowers connections usage",
 		Usage:  "Enable low profile. Lowers connections usage",
 		EnvVar: "EDGEVPNLOWPROFILE",
 		EnvVar: "EDGEVPNLOWPROFILE",