jsocks
jsocks copied to clipboard
Runnable Jar
makes running a proxy easier
Thank you for your feedback. Unfortunately I didn't notice it back then. Sorry about that.
I have decided during working on #5 that it is more important for this project to stay compatible with very old versions of Java than use slf4j which as of version 2.0 requires Java 8, and have therefore reverted to java.util.logging. This in turn resulted in there being no dependencies for this code, allowing for it to be a runnable jar simply by setting the Main Class in the manifest as suggested by this pull request.