socks-proxy
v1.0.1
Published
socks proxy client and server in node.js
Downloads
9
Readme
socks-proxy
socks proxy client and server in node.js
Installation
$ npm install socks-proxy
Example
const socks = require('socks-proxy');
const server = socks.createServer();
server.listen(1080);
SPEC
- rfc1928
- rfc1929
Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by
$ npm install
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3