https://github.com/easypost/ferrous-socks
Rust implementation of a SOCKS5 server
https://github.com/easypost/ferrous-socks
Last synced: 4 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T02:07:50.000Z (10 months ago)
- Last Synced: 2025-07-19T23:57:49.316Z (6 months ago)
- Language: Rust
- Size: 184 KB
- Stars: 6
- Watchers: 37
- 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`