Skip to content

A HTTP,SOCKS4,SOCKS4a,SOCKS5 proxy in node.js

Notifications You must be signed in to change notification settings

sunnyboy00/node-socks

 
 

Repository files navigation

SOCKS implementation in node.js

A simple SOCKS implementation and demo proxy in node.js.

It supports both socks5 and socks4. You can run it easily as:

./socksproxy5.js
./socksproxy4.js
 ./http.js

under windows you can run run.vbs This will create a proxy socks5 at 127.0.0.1 on port 8888. This will create a proxy socks4 socks4a at 127.0.0.1 on port 9999. This will create a proxy http https at 127.0.0.1 on port 8080.

You can use this as a good starting point for writing a proxy or a tunnel!

About

A HTTP,SOCKS4,SOCKS4a,SOCKS5 proxy in node.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%