Demand to have secret provided

This commit is contained in:
9seconds
2018-05-31 10:23:04 +03:00
parent e8cd082317
commit a7d442c4f9
+1 -1
View File
@@ -73,7 +73,7 @@ var (
Envar("MTG_USE_IPV6"). Envar("MTG_USE_IPV6").
Bool() Bool()
secret = app.Arg("secret", "Secret of this proxy.").String() secret = app.Arg("secret", "Secret of this proxy.").Required().String()
) )
func main() { func main() {