0.0.2 • Published 8 years ago

noit-connection v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

'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);