| Crates.io | merino |
| lib.rs | merino |
| version | 0.1.3 |
| created_at | 2019-06-20 23:16:17.835455+00 |
| updated_at | 2019-06-23 02:16:40.818918+00 |
| 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:
NoAuthGSSAPI 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
NOAUTHUSERPASSSOCKS5 Commands
CONNECTBINDASSOCIATESOCKS4 Support