_ _ __ ___ ___ _ __(_)_ __ ___ | '_ ` _ \ / _ \ '__| | '_ \ / _ \ | | | | | | __/ | | | | | | (_) | |_| |_| |_|\___|_| |_|_| |_|\___/

A SOCKS5 Proxy server written in Rust

🎁 Features

📦 Installation & 🏃 Usage

Installation

bash cargo install merino

OR

bash git clone https://github.com/ajmwagar/merino cd merino cargo install --path .

Usage

```bash

Start a SOCKS5 Proxy server listening on port 1080 without authentication

merino --no-auth

Use username/password authentication and read users from users.csv

merino --users users.csv

Display a help menu

merino --help ```

🚥 Roadmap