Expand description
ProxyChains Core Library
This library provides the core functionality for ProxyChains-NG Rust port, including configuration parsing, protocol handlers, DNS resolution, and connection management.
Re-exports§
pub use error::ProxyChainsError;pub use error::Result;
Modules§
- config
- Configuration parsing and types
- connection
- Connection management and proxy chain establishment
- dns
- DNS resolution through proxy chains
- error
- Error types for ProxyChains
- logging
- Logging system for Novachain
- network
- Network utilities and address handling
- protocol
- Proxy protocol implementations