https://github.com/easypost/ferrous-socks
Rust implementation of a SOCKS5 server
https://github.com/easypost/ferrous-socks
Last synced: 3 months ago
JSON representation
Rust implementation of a SOCKS5 server
- Host: GitHub
- URL: https://github.com/easypost/ferrous-socks
- Owner: EasyPost
- License: isc
- Created: 2020-02-10T17:58:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-17T20:06:46.000Z (8 months ago)
- Last Synced: 2025-10-18T22:04:36.395Z (8 months ago)
- Language: Rust
- Size: 185 KB
- Stars: 6
- Watchers: 35
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a Rust implementation of a SOCKS5 server, similar to [socksyproxy](https://github.com/easypost/socksyproxy).

Features:
- High concurrency via [tokio](https://tokio.rs/)
- IPv4 and IPv6 support
- Server-side DNS resolution
- ACL functionality
- Specifying bind addresses for outgoing IPv4 and IPv6 sessions
- Operational statistics via a domain socket or TCP socket
- basic SOCKS4 and SOCKS4a support (username parameter is ignored)
- will accept any username+password authentication (and log the username)
Check out [example.toml](example.toml) for an example of what the config file looks like. You can generate the default config by running `ferrous-socks --dump-config default.toml`