https://github.com/jugyo/tunnels
https --(--)--> http
https://github.com/jugyo/tunnels
Last synced: 6 days ago
JSON representation
https --(--)--> http
- Host: GitHub
- URL: https://github.com/jugyo/tunnels
- Owner: jugyo
- Created: 2012-03-07T07:09:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-09T08:40:16.000Z (about 13 years ago)
- Last Synced: 2025-04-04T12:12:30.233Z (10 days ago)
- Language: Ruby
- Homepage:
- Size: 132 KB
- Stars: 371
- Watchers: 6
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-starred - jugyo/tunnels - https --(--)--> http (Ruby)
README
Tunnels
=======
Tunnels is a proxy to http from https.
You can run the [Pow](http://pow.cx/) over SSL!
Installation
------------$ gem install tunnels
Run
---$ sudo tunnels
If you are using rvm:
$ rvmsudo tunnels
By default, proxy to 80 port from 443 port.
specify "http" port and "https" port:
$ sudo tunnels 443 3000
or
$ sudo tunnels 127.0.0.1:443 127.0.0.1:3000
Copyright
---------Copyright (c) 2012 jugyo, released under the MIT license.