Skip to content

Commit 45b25be

Browse files
committed
update readme
1 parent 0351fbf commit 45b25be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ imux is a go library and corresponding command line tool for inverse multiplexin
66

77
An imux client will create a listener and forward data from any connections to that listener to an imux server, using a configurable number of sockets. An imux server receives data and opens corresponding sockets to the final destination. Encryption is done with self-signed TLS and Trust Of First Use (TOFU).
88

9+
## installation
10+
11+
```
12+
go get github.com/hkparker/imux/...
13+
```
14+
915
## example
1016

1117
let's say you wanted to expose an SSH server over imux

0 commit comments

Comments
 (0)