UNPKG

socks4

Version:

SOCKS4/a server which extends net.Server. It has a simple interface that allows you to inspect, log, and manipulate traffic before forwarding to the client.

12 lines (9 loc) 251 B
/** * Created with JetBrains WebStorm. * User: Richard * Date: 05/03/14 * Time: 15:07 * To change this template use File | Settings | File Templates. */ var proxy = require('./index'); var socks = proxy.createServer().listen(1080);