From 8c07a987cb72de692e05fbf780ec71c6c0d1dbf1 Mon Sep 17 00:00:00 2001 From: txthinking Date: Thu, 29 Sep 2022 15:58:17 +0800 Subject: [PATCH] v20221010 --- cli/brook/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cli/brook/main.go b/cli/brook/main.go index b1e44f50f..83d0bf77e 100644 --- a/cli/brook/main.go +++ b/cli/brook/main.go @@ -1911,7 +1911,7 @@ func main() { &cli.StringFlag{ Name: "a", Value: "137.184.237.95", - Usage: "A record of domain", + Usage: "The A record of domain", }, }, Action: func(c *cli.Context) error { @@ -1919,6 +1919,7 @@ func main() { cli.ShowCommandHelp(c, "testsocks5") return nil } + socks5.Debug = true return brook.Socks5Test(c.String("socks5"), c.String("username"), c.String("password"), c.String("domain"), c.String("a"), c.String("dns")) }, }, @@ -1949,7 +1950,7 @@ func main() { &cli.StringFlag{ Name: "a", Value: "137.184.237.95", - Usage: "A record of domain", + Usage: "The A record of domain", }, }, Action: func(c *cli.Context) error {