From 8d09c81cf5acd468c7ea90cebd81b4a9b282ee1d Mon Sep 17 00:00:00 2001 From: Sarah Laplante Date: Mon, 10 Mar 2025 19:12:14 +0100 Subject: [PATCH] fix example command (#380) --- x/smart/stream_dialer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/smart/stream_dialer.go b/x/smart/stream_dialer.go index 129749e8..6678e6f1 100644 --- a/x/smart/stream_dialer.go +++ b/x/smart/stream_dialer.go @@ -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