Crates.io | merino |
lib.rs | merino |
version | 0.1.3 |
source | src |
created_at | 2019-06-20 23:16:17.835455 |
updated_at | 2019-06-23 02:16:40.818918 |
description | A SOCKS5 Proxy server written in Rust |
homepage | |
repository | https://github.com/ajmwagar/merino |
max_upload_size | |
id | 142444 |
size | 24,792 |
_
_ __ ___ ___ _ __(_)_ __ ___
| '_ ` _ \ / _ \ '__| | '_ \ / _ \
| | | | | | __/ | | | | | | (_) |
|_| |_| |_|\___|_| |_|_| |_|\___/
A SOCKS5
Proxy server written in Rust
1+ Gb/second
connection speeds (upload/download)export RUST_LOG=merino=DEBUG
)SOCKS5
Compatible Authentication methods:
NoAuth
GSSAPI
Coming Soon!cargo install merino
OR
git clone https://github.com/ajmwagar/merino
cd merino
cargo install --path .
# 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
SOCKS5
Authentication Methods
NOAUTH
USERPASS
SOCKS5
Commands
CONNECT
BIND
ASSOCIATE
SOCKS4
Support