https://github.com/yageek/corkscrew-rs
:satellite: A quick and dirty port of corkscrew in Rust
https://github.com/yageek/corkscrew-rs
corkscrew http https proxy
Last synced: about 1 year ago
JSON representation
:satellite: A quick and dirty port of corkscrew in Rust
- Host: GitHub
- URL: https://github.com/yageek/corkscrew-rs
- Owner: yageek
- License: gpl-2.0
- Created: 2018-09-18T09:06:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T09:19:38.000Z (over 7 years ago)
- Last Synced: 2024-03-15T13:07:37.190Z (about 2 years ago)
- Topics: corkscrew, http, https, proxy
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# corkscrew-rs
Quick and dirty port of [corkscrew](http://www.agroman.net/corkscrew/) in Rust.
## Installation
```sh
cargo install corkscrew-rs
```
## Usage with SSH
In your `~/.ssh/config`:
```
ProxyCommand /usr/local/bin/corkscrew-rs proxy.work.com 80 %h %p ~/.ssh/myauth
```