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
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`
The package is maintained by the Fedora community. If you encounter issues related to the usage of the RPM, please use this [issue tracker](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&classification=Fedora&component=chisel&list_id=11614537&product=Fedora&product=Fedora%20EPEL).
51
53
52
54
```sh
53
55
sudo dnf -y install chisel
54
56
```
55
57
56
-
**Source**
58
+
### Source
57
59
58
60
```sh
59
61
$ go get -v github.com/jpillora/chisel
60
62
```
61
63
62
-
###Demo
64
+
## Demo
63
65
64
66
A [demo app](https://chisel-demo.herokuapp.com) on Heroku is running this `chisel server`:
and then visit [localhost:3000](http://localhost:3000/), we should see a directory listing. Also, if we visit the [demo app](https://chisel-demo.herokuapp.com) in the browser we should hit the server's default proxy and see a copy of [example.com](http://example.com).
0 commit comments