File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ You can download the binary for your platform from [Releases](https://github.com
105105Example:
106106
107107``` shell
108- GOHPTS_RELEASE=v2.0 .0; wget -v https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases/download/$GOHPTS_RELEASE /gohpts-$GOHPTS_RELEASE -linux-amd64.tar.gz -O gohpts && tar xvzf gohpts && mv -f gohpts-$GOHPTS_RELEASE -linux-amd64 gohpts && ./gohpts -h
108+ GOHPTS_RELEASE=v1.10 .0; wget -v https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases/download/$GOHPTS_RELEASE /gohpts-$GOHPTS_RELEASE -linux-amd64.tar.gz -O gohpts && tar xvzf gohpts && mv -f gohpts-$GOHPTS_RELEASE -linux-amd64 gohpts && ./gohpts -h
109109```
110110
111111Alternatively, you can install it using ` go install ` command (requires Go [ 1.24] ( https://go.dev/doc/install ) or later):
Original file line number Diff line number Diff line change 11package gohpts
22
3- const Version string = "gohpts v2.0 .0"
3+ const Version string = "gohpts v1.10 .0"
You can’t perform that action at this time.
0 commit comments