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.
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
...
@@ -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
### Docker
...
@@ -58,7 +58,7 @@ sudo dnf -y install chisel
...
@@ -58,7 +58,7 @@ sudo dnf -y install chisel
### Source
### Source
```sh
```sh
$ go install github.com/jpillora/chisel@latest
$ go install dev.nexpie.com/anun/chisel@latest
```
```
## Demo
## Demo
...
@@ -99,7 +99,7 @@ $ chisel --help
...
@@ -99,7 +99,7 @@ $ chisel --help
client - runs chisel in client mode
client - runs chisel in client mode
Read more:
Read more:
https://github.com/jpillora/chisel
https://dev.nexpie.com/anun/chisel
```
```
<!--/tmpl-->
<!--/tmpl-->
...
@@ -205,7 +205,7 @@ $ chisel server --help
...
@@ -205,7 +205,7 @@ $ chisel server --help
X.Y.Z
X.Y.Z
Read more:
Read more:
https://github.com/jpillora/chisel
https://dev.nexpie.com/anun/chisel
```
```
<!--/tmpl-->
<!--/tmpl-->
...
@@ -348,7 +348,7 @@ $ chisel client --help
...
@@ -348,7 +348,7 @@ $ chisel client --help
X.Y.Z
X.Y.Z
Read more:
Read more:
https://github.com/jpillora/chisel
https://dev.nexpie.com/anun/chisel
```
```
<!--/tmpl-->
<!--/tmpl-->
...
@@ -407,9 +407,9 @@ Since WebSockets support is required:
...
@@ -407,9 +407,9 @@ Since WebSockets support is required:
- http://golang.org/doc/code.html
- http://golang.org/doc/code.html
- http://golang.org/doc/effective_go.html
- http://golang.org/doc/effective_go.html
-`github.com/jpillora/chisel/share` contains the shared package
-`dev.nexpie.com/anun/chisel/share` contains the shared package
-`github.com/jpillora/chisel/server` contains the server package
-`dev.nexpie.com/anun/chisel/server` contains the server package
-`github.com/jpillora/chisel/client` contains the client package
-`dev.nexpie.com/anun/chisel/client` contains the client package
## Changelog
## Changelog
...
@@ -426,4 +426,4 @@ Since WebSockets support is required:
...
@@ -426,4 +426,4 @@ Since WebSockets support is required: