We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c3c1f commit 8d09c81Copy full SHA for 8d09c81
x/smart/stream_dialer.go
@@ -32,7 +32,7 @@ import (
32
)
33
34
// To test one strategy:
35
-// go run ./x/examples/smart-proxy -v -localAddr=localhost:1080 --transport="" --domain www.rferl.org --config=<(echo '{"dns": [{"https": {"name": "doh.sb"}}]}')
+// go run -C ./x/examples/smart-proxy/ . -v -localAddr=localhost:1080 --transport="" --domain www.rferl.org --config=<(echo '{"dns": [{"https": {"name": "doh.sb"}}]}')
36
37
type StrategyFinder struct {
38
TestTimeout time.Duration
0 commit comments