fengyouchao / sockslib

A Java library of SOCKS5 protocol including client and server
Apache License 2.0
284 stars 104 forks source link

Please add proper docs #38

Open MrDev139 opened 1 year ago

MrDev139 commented 1 year ago

It would be amazing if you add some great java docs & just a proper wiki on how to use the library with java Because right now I had to check the src of esocks but it is outdated because it is based on fucksocks(before it was renamed to sockslib) & I couldn't find a better socks library to implement a socks5 proxy server with java

MrDev139 commented 1 year ago

well I imported the maven project into intellij & tried to run a package lifecycle & it has failed 5 tests Tests in error: tesSslUDP(sockslib.test.quickstart.TestSocks5Server): Received fatal alert: handshake_failure testSSL2Connect(sockslib.test.quickstart.TestSocks5Server): Received fatal alert: handshake_failure testSSLConnect(sockslib.test.quickstart.TestSocks5Server): Received fatal alert: handshake_failure testConnectSSLAuthServer(sockslib.test.client.TestSSLSocks5): Received fatal alert: handshake_failure testConnectNoAuthSSLServer(sockslib.test.client.TestSSLSocks5): Received fatal alert: handshake_failure Sometimes it gets stuck so no other solution than bypassing the tests(deleting all of them)