webtunnel
v0.0.14
Published
-
Downloads
48
Readme
WebTunnel - easy tunneling HTTP traffic
With WebTunnel (a console app) you can easily tunnel HTTP traffic through another port on the same machine. This is particularly handy when you're using IISExpress on a virtual-machine and you'd like to view the site on your host-machine.
You can use this app the following way:
webtunnel local_host:local_port webaddress
If I want to tunnel the traffic from localhost port 5000 to port 80 on the same machine I could do:
webtunnel localhost:5000 localhost:80
More settings, information, documentation and stuff will be added soon!