Skip to content

Commit

Permalink
fix example command (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo authored Mar 10, 2025
1 parent 18c3c1f commit 8d09c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/smart/stream_dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

// To test one strategy:
// 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"}}]}')

type StrategyFinder struct {
TestTimeout time.Duration
Expand Down

0 comments on commit 8d09c81

Please sign in to comment.