UNPKG

cloudflared

Version:

Cloudflared in Node. Which allows you to easily create HTTPS tunnels using Cloudflare's cloudflared. It provides a typed API for creating tunnels and managing the cloudflared binary installation.

11 lines (10 loc) 275 B
#!/usr/bin/env node "use strict"; var import_error = require("./error.js"); var import_index = require("./index.js"); (0, import_index.main)().catch((err) => { if (err instanceof import_error.UnsupportedError) { console.error(err.message); process.exit(1); } });