Browse Source

:gear: Enable v1 circuits by default

Ettore Di Giacinto 3 years ago
parent
commit
3d1e3bfda0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/util.go

+ 1 - 1
cmd/util.go

@@ -127,7 +127,7 @@ var CommonFlags []cli.Flag = []cli.Flag{
 		Usage:  "Automatically act as a relay if the node can accept inbound connections",
 		EnvVar: "EDGEVPNAUTORELAY",
 	},
-	&cli.BoolFlag{
+	&cli.BoolTFlag{
 		Name:   "autorelay-v1",
 		Usage:  "Enable autorelay v1 circuits",
 		EnvVar: "EDGEVPNAUTORELAYV1",