Merge remote-tracking branch 'origin/feat/server/channel-proxy'

# Conflicts:
#	crates/wraith-core/src/error.rs
#	crates/wraith-core/src/server/mod.rs
This commit is contained in:
2026-06-02 11:32:28 +00:00
4 changed files with 597 additions and 17 deletions

View File

@@ -1,8 +1,10 @@
pub mod channel_proxy;
pub mod control_channel;
pub mod handler;
pub mod rate_limit;
pub mod stealth;
pub use channel_proxy::{connect_outbound, proxy_channel};
pub use control_channel::{
ControlChannelHandler, ControlChannelRouter, DuplexStream, WRAITH_CONTROL_DESTINATION,
WRAITH_PREFIX, is_reserved_destination,