Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kecon/jsocksproxy
- Owner: Kecon
- License: apache-2.0
- Created: 2011-07-21T17:09:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:07:04.000Z (about 1 year ago)
- Last Synced: 2024-04-24T12:18:14.170Z (9 months ago)
- Topics: java, proxy, socks, socks4, socks5
- Language: Java
- Homepage: http://kecon.github.io/JSocksProxy/
- Size: 150 KB
- Stars: 22
- Watchers: 2
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-network-stuff - **15**星
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)