Skip to content

Commit 5271d7b

Browse files
committed
minor doc changes, test docker build
1 parent 7aa0da9 commit 5271d7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Chisel is a fast TCP tunnel, transported over HTTP, secured via SSH. Single exec
1313
- [Encrypted connections](#security) using the SSH protocol (via `crypto/ssh`)
1414
- [Authenticated connections](#authentication); authenticated client connections with a users config file, authenticated server connections with fingerprint matching.
1515
- Client auto-reconnects with [exponential backoff](https://github.com/jpillora/backoff)
16-
- Client can create multiple tunnel endpoints over one TCP connection
17-
- Client can optionally pass through SOCKS or HTTP CONNECT proxies
16+
- Clients can create multiple tunnel endpoints over one TCP connection
17+
- Clients can optionally pass through SOCKS or HTTP CONNECT proxies
1818
- Reverse port forwarding (Connections go through the server and out the client)
1919
- Server optionally doubles as a [reverse proxy](http://golang.org/pkg/net/http/httputil/#NewSingleHostReverseProxy)
2020
- Server optionally allows [SOCKS5](https://en.wikipedia.org/wiki/SOCKS) connections (See [guide below](#socks5-guide))
21-
- Client optionally allows [SOCKS5](https://en.wikipedia.org/wiki/SOCKS) connections from a reversed port forward
21+
- Clients optionally allow [SOCKS5](https://en.wikipedia.org/wiki/SOCKS) connections from a reversed port forward
2222

2323
### Install
2424

@@ -68,7 +68,7 @@ $ chisel --help
6868
6969
Usage: chisel [command] [--help]
7070
71-
Version: X.Y.Z
71+
Version: 1.X.X
7272
7373
Commands:
7474
server - runs chisel in server mode
@@ -135,7 +135,7 @@ $ chisel server --help
135135
a SIGHUP to short-circuit the client reconnect timer
136136
137137
Version:
138-
0.0.0-src (go1.14)
138+
1.X.X (go1.14)
139139
140140
Read more:
141141
https://github.com/jpillora/chisel
@@ -241,7 +241,7 @@ $ chisel client --help
241241
a SIGHUP to short-circuit the client reconnect timer
242242
243243
Version:
244-
0.0.0-src (go1.14)
244+
1.X.X (go1.14)
245245
246246
Read more:
247247
https://github.com/jpillora/chisel

0 commit comments

Comments
 (0)