Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.
...
...
@@ -35,9 +35,9 @@ Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single
See [the latest release](https://github.com/jpillora/chisel/releases/latest) or download and install it now with `curl https://i.jpillora.com/chisel! | bash`
See [the latest release](https://dev.nexpie.com/anun/chisel/releases/latest) or download and install it now with `curl https://i.jpillora.com/chisel! | bash`
### Docker
...
...
@@ -58,7 +58,7 @@ sudo dnf -y install chisel
### Source
```sh
$ go install github.com/jpillora/chisel@latest
$ go install dev.nexpie.com/anun/chisel@latest
```
## Demo
...
...
@@ -99,7 +99,7 @@ $ chisel --help
client - runs chisel in client mode
Read more:
https://github.com/jpillora/chisel
https://dev.nexpie.com/anun/chisel
```
<!--/tmpl-->
...
...
@@ -205,7 +205,7 @@ $ chisel server --help
X.Y.Z
Read more:
https://github.com/jpillora/chisel
https://dev.nexpie.com/anun/chisel
```
<!--/tmpl-->
...
...
@@ -348,7 +348,7 @@ $ chisel client --help
X.Y.Z
Read more:
https://github.com/jpillora/chisel
https://dev.nexpie.com/anun/chisel
```
<!--/tmpl-->
...
...
@@ -407,9 +407,9 @@ Since WebSockets support is required:
- http://golang.org/doc/code.html
- http://golang.org/doc/effective_go.html
-`github.com/jpillora/chisel/share` contains the shared package
-`github.com/jpillora/chisel/server` contains the server package
-`github.com/jpillora/chisel/client` contains the client package
-`dev.nexpie.com/anun/chisel/share` contains the shared package
-`dev.nexpie.com/anun/chisel/server` contains the server package
-`dev.nexpie.com/anun/chisel/client` contains the client package
## Changelog
...
...
@@ -426,4 +426,4 @@ Since WebSockets support is required: