An open API service indexing awesome lists of open source software.

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

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
```