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

https://github.com/zebp/simple-node-proxy

A simple SOCK5 proxy server written in NodeJS
https://github.com/zebp/simple-node-proxy

Last synced: about 2 months ago
JSON representation

A simple SOCK5 proxy server written in NodeJS

Awesome Lists containing this project

README

        

# Simple Node Proxy

A simple SOCK5 proxy server written in NodeJS.

## Installation

1. Clone this repo with `git clone https://github.com/vlakreeh/simple-node-proxy.git`
2. Change the default proxy port *optional*
3. Install the node dependencies with `npm install`

## Usage

Start the server with the command `npm start`.