Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
elvizlai committed Oct 12, 2017
1 parent c4897f8 commit 4aeb59a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
Yet another socks proxy using gRPC streaming.
## Yet another socks proxy using gRPC streaming.

### Server

Using docker(using bin file if docker is not supported) to start a server.

```Dockerfile
docker run -itd \
-p 10465:10465 \
--name grpc-ss \
--restart always \
sdrzlyz/grpc-ss -l :10465
```

### Client

```
client_bin_file -r xxx.xxx.xxx.xxx:10465
```

#### You can download both server and client bin file from github release.

0 comments on commit 4aeb59a

Please sign in to comment.