Files
2025-11-24 23:24:06 +08:00

7 lines
149 B
JavaScript

var port = 9575
var tunnel = require('./saucelabs/tunnel')
tunnel.setup(port, function(err, url) {
console.log("Tunnel up and running at", url)
})