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
- Host: GitHub
- URL: https://github.com/zebp/simple-node-proxy
- Owner: zebp
- Created: 2019-05-17T18:53:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T19:01:13.000Z (about 6 years ago)
- Last Synced: 2025-04-02T05:49:35.589Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.