socks5_proxy 1.0.6
socks5_proxy: ^1.0.6 copied to clipboard
Socks5 server and client with ability to catch packet in both direction, chain proxies and more.
1.0.6 #
- Added
addServerSocket
method toSocksServer
which allows to add custom server sockets. - Added
ROADMAP.md
.
1.0.5+dev.2 #
- Added
ByteReaderException
which is thrown then server closes connection with clinet without stating the reason. - Added
lookup
argument to every place it can be relevant.
1.0.5+dev.1 #
- Remove unnecessary DNS resolve in socks_tcp_client.dart.
1.0.4+dev.4 #
- Remove print statement in socks_client.dart.
1.0.3+dev.3 #
- Fix typo in logic of allowIPv6.
1.0.3+dev.2 #
- AllowIPv6 argument for accept and forward methods.
1.0.3+dev.1 #
- Fixing problem with connections not closing in default handler.
1.0.2 #
- Problem with examples.
1.0.1 #
- Adding examples to
dart.pub
.
1.0.0 #
- Initial version.