Skip to content

Commit 8d09c81

Browse files
authored
fix example command (#380)
1 parent 18c3c1f commit 8d09c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/smart/stream_dialer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
// 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"}}]}')
35+
// go run -C ./x/examples/smart-proxy/ . -v -localAddr=localhost:1080 --transport="" --domain www.rferl.org --config=<(echo '{"dns": [{"https": {"name": "doh.sb"}}]}')
3636

3737
type StrategyFinder struct {
3838
TestTimeout time.Duration

0 commit comments

Comments
 (0)