Skip to content

A simple TCP proxy server written in NodeJS that connects to a pool of free TOR Socksv5 proxies list, switches between proxies for each consecutive request in round-robin fashion.

Notifications You must be signed in to change notification settings

ShivankChopra/Node-TCP-Proxy-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-TCP-Proxy-Server

A simple TCP proxy server written in NodeJS that connects to a pool of free TOR Socksv5 proxies list, switches between proxies for each consecutive request in round-robin fashion.

Obtains Socksv5 proxies from : https://github.com/TheSpeedX/PROXY-List

The application first tests and determines working proxies, then starts a TCP server on 8080. Each connection is forwarded to one of the working proxies in a round robin way.

To start server, simply clone the repo, then node index.js.

About

A simple TCP proxy server written in NodeJS that connects to a pool of free TOR Socksv5 proxies list, switches between proxies for each consecutive request in round-robin fashion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages