Giter Club home page Giter Club logo

cool5's Introduction

Cool5 - Socks5 Proxy's Proxy

Intro

Cool5 is an optimized socks5 proxy chain server. It acts like an normal socks5 proxy for clients, but actually forwards (and backwards) all the traffics between clients and backend 'real' proxy servers.

Features

  • Lower chain latency - suitable for game proxy
  • Reliable, verified in production environment for thousands of hours
  • Good Performance, 10000 concurrent connections is ok
  • Developer Friendly, with good tests, clean code and complete documents
  • Cross Platform, works on Windows/OSX/Unix/Linux

Install

Cool5 is based on node.js, please install it before you get start. Then you can excute the command below to install cool5.

npm install cool5

Usage

Start with command line arguments:

node cool5.js -lh <local-host> -lp <local-port> -rh <remote-host> -rp <remote-port>

Start with config file (JSON file):

node cool5.js -c <config-file>

Config File Format

{
  "local": {
    "host": "0.0.0.0",          // IP or Domain Name
    "port": 1080                // Any available port
  },
  "remote": {
    "host": "XXX.XXX.XXX.XXX",  // Ip or Domain Name
    "port": 1080                // Any availabel port
  }
}

Developer Reference

Goto our wiki page to get more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.