noit-connection
v0.0.2
Published
Noit Reverse Connection
Downloads
17
Readme
'lite' version which only contains the reverse tunnel
var noit = require('noit-connection');
var creds = noit.utils.hashToCreds({ ca: cafile });
var proxy = new noit.connection(43191, host, creds, cn || host);
var tgt_host = '127.0.0.1', tgt_port = 2609;
proxy.reverse('check/' + uuid, tgt_host, tgt_port);