Merge remote-tracking branch 'origin/feat/server/stealth-mode'
# Conflicts: # crates/wraith-core/src/error.rs # crates/wraith-core/src/server/mod.rs
This commit is contained in:
@@ -74,6 +74,11 @@ pub enum ForwardError {
|
||||
#[source]
|
||||
source: Box<dyn std::error::Error + Send + Sync>,
|
||||
},
|
||||
#[error("connect to local target failed")]
|
||||
LocalConnectFailed {
|
||||
#[source]
|
||||
source: io::Error,
|
||||
},
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user