How to use the dest function from nomnom

Find comprehensive JavaScript nomnom.dest code examples handpicked from public code repositorys.

35
36
37
38
39
40
41
42
43
44
  }
});

var server = require('../index')({
  proxy: opts.proxy,
  dest : opts.dest
});

server.listen(opts.port);
winston.info('http tunneling server to %s through %s listening from %d', opts.dest, opts.proxy, opts.port);
fork icon0
star icon0
watch icon2

+ 11 other calls in file