Skip to content

Tags: Sascha-T/sandals

Tags

v1.0.0-rc.3

Toggle v1.0.0-rc.3's commit message
feat:Custom ConnectionHandlers :)

Now you could theoretically make a ConnectionHandler that doesn't connect somewhere with TCP, but instead only "logically" exists, by handling the data in Java code and creating replies without a TCP server.

v1.0.0-rc.2

Toggle v1.0.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Sascha-T Sascha T.
chore:Change language level to Java 1.8

v1.0.0-rc.1

Toggle v1.0.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Sascha-T Sascha T.
feat:Create basic SOCKS5 server implementation.

Includes infrastructure for custom authentication and custom domain resolving methods.