How to use the dest function from nomnom
Find comprehensive JavaScript nomnom.dest code examples handpicked from public code repositorys.
GitHub: vhain/http-tunneld
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);
0
0
2
+ 11 other calls in file
nomnom.options is the most popular function in nomnom (227 examples)