Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kecon/jsocksproxy

SOCKS proxy written in Java
https://github.com/kecon/jsocksproxy

java proxy socks socks4 socks5

Last synced: 2 months ago
JSON representation

SOCKS proxy written in Java

Awesome Lists containing this project

README

        

# JSocksProxy

JSocksProxy is written in Java to be platform independent.

The proxy can handle SOCKS versions 4, 4a and 5, but only outgoing TCP
connections and has no support for authentication. IPv6 should be
supported for version 5, but it's not tested.

Read more about JSocketProxy at [kecon.github.io/JSocksProxy/](http://kecon.github.io/JSocksProxy/)

## Build status
[![Build Status](https://travis-ci.org/Kecon/JSocksProxy.svg?branch=master)](https://travis-ci.org/Kecon/JSocksProxy)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a4cfc0fa4a934910b51ad1f98e2a0d9c)](https://www.codacy.com/app/kecon81/JSocksProxy?utm_source=github.com&utm_medium=referral&utm_content=Kecon/JSocksProxy&utm_campaign=Badge_Grade)