Module fast_socks5::server
source · Structs§
- While this one will always allow the user in.
- The struct returned when the user has successfully authenticated
- This will simply return Option::None, which denies the authentication
Incoming
implements [futures::stream::Stream
].- Basic user/pass auth method provided.
- Wrapper of TcpListener Useful if you don’t use any existing TcpListener’s streams.
- Wrap TcpStream and contains Socks5 protocol implementation.
Traits§
- Use this trait to handle a custom authentication on your end.