Skip to content

Commit

Permalink
add tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Aug 12, 2016
1 parent 5f6a92d commit 9e8d512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ var index = {
console.info('Server listening on port', config.port);
console.info('Your local address is http://' + config.host + ':' + config.port);
localTunnel(config, config.localtunnel, cb);
index._tunnel = localTunnel;
}
};
module.exports = index;

0 comments on commit 9e8d512

Please sign in to comment.