# vproxy1 **Repository Path**: zenghongtu/vproxy1 ## Basic Information - **Project Name**: vproxy1 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-02 - **Last Updated**: 2024-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Email Badge](https://img.shields.io/badge/Gmail-Contact_Me-green?logo=gmail)](mailto:gngppz@gmail.com) [![Crates.io License](https://img.shields.io/crates/l/vproxy)](./LICENSE) [![crates.io](https://img.shields.io/crates/v/vproxy.svg)](https://crates.io/crates/vproxy) [![Crates.io Total Downloads](https://img.shields.io/crates/d/vproxy)](https://crates.io/crates/vproxy) # vproxy An fast asynchronous Rust `HTTP`/`Socks5` proxy ## Features - IPv4/IPv6 priority - Configurable concurrency limits - Service binding `CIDR` address - Specify a `CIDR` subnet range - Basic authentication - Proxy extensions - `HTTP`/`SOCKS5` proxy - SOCKS5 `TCP`/`UDP` proxy ## Sponsor If you find this project helpful, please consider sponsoring me to support ongoing development: **USDT-TRC20**: TCwD8HfHnJ7236Hdj3HF5uZKR2keeWeqZe ## Manual ```shell $ vproxy -h An easy and powerful Rust HTTP/Socks5 Proxy Usage: vproxy vproxy Commands: run Run server start Start server daemon restart Restart server daemon stop Stop server daemon ps Show the server daemon process log Show the server daemon log update Update the application help Print this message or the help of the given subcommand(s) Options: -h, --help Print help -V, --version Print version $ vproxy run -h Run server Usage: vproxy run [OPTIONS] Commands: http Http server socks5 Socks5 server help Print this message or the help of the given subcommand(s) Options: --debug Debug mode [env: VPROXY_DEBUG=] -b, --bind Bind address [default: 0.0.0.0:1080] -T, --connect-timeout Connection timeout in seconds [default: 10] -c, --concurrent Concurrent connections [default: 1024] -u, --ulimit Ulimit soft limit -w, --whitelist IP addresses whitelist, e.g. 47.253.53.46,47.253.81.245 -i, --cidr IP-CIDR, e.g. 2001:db8::/32 -r, --cidr-range IP-CIDR-Range, e.g. 64 -f, --fallback Fallback address -h, --help Print help ``` ## Installation If you need more detailed installation and usage information, please check [wiki](https://github.com/0x676e67/vproxy/wiki) ## Contributing If you would like to submit your contribution, please open a [Pull Request](https://github.com/0x676e67/vproxy/pulls). ## Getting help Your question might already be answered on the [issues](https://github.com/0x676e67/vproxy/issues) ## License **vproxy** © [0x676e67](https://github.com/0x676e67), Released under the [GPL-3.0](./LICENSE) License.