ソースを参照

:gear: Enable v1 circuits by default

Ettore Di Giacinto 3 年 前
コミット
3d1e3bfda0
1 ファイル変更1 行追加1 行削除
  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",