easyproxy 0.1.2

🐚 An async & dynamic 4 layer TCP proxy for Rust
Documentation
<div align="center">



  <h1>EasyProxy</h1>

  <h3>🐚 An async & dynamic 4 layer Tcp proxy for Rust</h3>

  [![crate](https://img.shields.io/crates/v/easyproxy.svg)](https://crates.io/crates/easyproxy)
  [![docs](https://docs.rs/easyproxy/badge.svg)](https://docs.rs/easyproxy)
  [![build status](https://github.com/iwannay/easyproxy/actions/workflows/rust.yml/badge.svg)](https://github.com/iwannay/easyproxy/actions/workflows/rust.yml)

</div>

# EasyProxy

#### is a simple TCP forwarding tool used to help you connect different networks

## Getting Started

```sh
easyproxy localhost:2345 localhost:8080
```