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.
2 parents 009f350 + c378713 commit 9d799feCopy full SHA for 9d799fe
x/examples/fetch-psiphon/README.md
@@ -5,7 +5,7 @@ This fetch tool illustrates how to use Psiphon as a stream dialer.
5
Usage:
6
7
```sh
8
-go run github.com/Jigsaw-Code/outline-sdk/x/examples/fetch-psiphon@latest -config config.json https://ipinfo.io
+go run -tags psiphon github.com/Jigsaw-Code/outline-sdk/x/examples/fetch-psiphon@latest -config config.json https://ipinfo.io
9
```
10
11
You will need a config file of a Psiphon server. You can run one yourself and generate the config as per the
0 commit comments