socks-proxy

1.0.1 • Public • Published

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


Readme

Keywords

Package Sidebar

Install

npm i socks-proxy

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

10.6 kB

Total Files

8

Last publish

Collaborators

  • song940