Skip to content

vincentIsGood/JavaSocks5

Repository files navigation

Java Socks 5

This project aims to implement Socks 5 server in java.

Currently, the project is still in development, bugs may be found.

Basic Usage

Basic usage of the API is starting the server:

public static void main(String[] args) throws IOException {
    new Socks5Server(1080).start();
}

Advanced options will be developed in the future.

About

Socks5 implementation in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors