Tags: Sascha-T/sandals
Tags
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.
feat:Create basic SOCKS5 server implementation. Includes infrastructure for custom authentication and custom domain resolving methods.