瀏覽代碼

Demand to have secret provided

tags/0.9
9seconds 8 年之前
父節點
當前提交
a7d442c4f9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      main.go

+ 1
- 1
main.go 查看文件

@@ -73,7 +73,7 @@ var (
73 73
 			Envar("MTG_USE_IPV6").
74 74
 			Bool()
75 75
 
76
-	secret = app.Arg("secret", "Secret of this proxy.").String()
76
+	secret = app.Arg("secret", "Secret of this proxy.").Required().String()
77 77
 )
78 78
 
79 79
 func main() {

Loading…
取消
儲存