1.0.1 • Published 6 years ago

socks-proxy v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

socks-proxy socks-proxy@1.0.0

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

MIT


1.0.1

6 years ago

1.0.0

7 years ago