mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 17:14:06 +02:00
proxying
This commit is contained in:
parent
78e716f949
commit
ec6c3a0a8b
7 changed files with 404 additions and 40 deletions
|
|
@ -6,7 +6,7 @@ use std::str::FromStr;
|
|||
|
||||
#[derive(Debug, PartialEq, Clone, Hash, Eq)]
|
||||
pub struct ForwardDestination {
|
||||
addr: SocketAddr,
|
||||
pub addr: SocketAddr,
|
||||
}
|
||||
|
||||
impl From<ForwardDestination> for SocketAddr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue