sticnarf / tokio-socks

Asynchronous SOCKS proxy support for Rust.
MIT License
68 stars 30 forks source link

Implement ToTargetAddr for more #8

Closed sticnarf closed 4 years ago

sticnarf commented 4 years ago

It is now not so convenient to construct a 'static SocksStream. With this PR, if we pass in an owned String, we get a 'static one.