fallenleavesguy / socks5

A SOCKS v5/v4a/v4 proxy server with user/pass authentication in node.js

Home Page:https://sequoiar.github.io/socks5/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOCKS v4/v4a/v5 server implementation in node.js

A simple SOCKS v5/v4/v4a server implementation and demo proxy.

You can run it easily as::

node proxy.js

This will create a proxy at 127.0.0.1 on port 8888.

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

Install

  • npm install socks5

License

(The MIT License)

About

A SOCKS v5/v4a/v4 proxy server with user/pass authentication in node.js

https://sequoiar.github.io/socks5/

License:MIT License


Languages

Language:JavaScript 100.0%