Skip to content

Commit

Permalink
improve building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Apr 10, 2023
1 parent b065195 commit 0c7ee51
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ Based on <https://github.com/brimstone/rsocks> and <https://github.com/llkat/rso
-recn - reconnect times number. Default is 3. If 0 - infinite reconnection
-rect - time delay in secs between reconnection attempts. Default is 30

## Usage
## Options

Complete list of command line options

```
-cert string
certificate file
-connect string
Expand Down Expand Up @@ -84,6 +87,7 @@ Based on <https://github.com/brimstone/rsocks> and <https://github.com/llkat/rso
User-Agent
-version
version information
```

# Requirements

Expand All @@ -94,14 +98,10 @@ Based on <https://github.com/brimstone/rsocks> and <https://github.com/llkat/rso

Linux VPS

- install Golang: apt install golang
- install Golang: apt install golang make

```sh
export GOPATH=~/go
go get github.com/hashicorp/yamux
go get github.com/armon/go-socks5
go get github.com/kost/go-ntlmssp
go build
make
```

launch:
Expand All @@ -115,9 +115,7 @@ Windows client:
- download and install golang

```sh
go get github.com/hashicorp/yamux
go get github.com/armon/go-socks5
go get github.com/kost/go-ntlmssp
go get
go build
```

Expand Down

0 comments on commit 0c7ee51

Please sign in to comment.