You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ Chisel is a fast TCP tunnel, transported over HTTP, secured via SSH. Single exec
13
13
-[Encrypted connections](#security) using the SSH protocol (via `crypto/ssh`)
14
14
-[Authenticated connections](#authentication); authenticated client connections with a users config file, authenticated server connections with fingerprint matching.
15
15
- 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
18
18
- Reverse port forwarding (Connections go through the server and out the client)
19
19
- Server optionally doubles as a [reverse proxy](http://golang.org/pkg/net/http/httputil/#NewSingleHostReverseProxy)
20
20
- 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
22
22
23
23
### Install
24
24
@@ -68,7 +68,7 @@ $ chisel --help
68
68
69
69
Usage: chisel [command] [--help]
70
70
71
-
Version: X.Y.Z
71
+
Version: 1.X.X
72
72
73
73
Commands:
74
74
server - runs chisel in server mode
@@ -135,7 +135,7 @@ $ chisel server --help
135
135
a SIGHUP to short-circuit the client reconnect timer
136
136
137
137
Version:
138
-
0.0.0-src (go1.14)
138
+
1.X.X (go1.14)
139
139
140
140
Read more:
141
141
https://github.com/jpillora/chisel
@@ -241,7 +241,7 @@ $ chisel client --help
241
241
a SIGHUP to short-circuit the client reconnect timer
0 commit comments