socks_server library
Classes
- Connection
- Generic socks connection interface emitted by SocksServer.
- ProxySettings
- Stores information to connect to socks server.
- SocksServer
- Socks server.
- SocksUpdPacket
- TcpConnection
- Connected client connection emitted by SocksServer if client requested TCP connection.
- UdpConnection
- Connected client connection emitted by SocksServer if client requested UDP connection.
Typedefs
- AuthHandler = bool Function(String username, String password)
- Authentication handler.