Welcome to your local tunnel server! This server allows you to expose your local applications to the internet.
1. Start your local app (e.g., on port 3001).
2. Run the client:
npm run tunnel:client -- --port 3001 --host https://tunnel.c9s.dev --subdomain myapp
3. Open:
https://myapp.tunnel.c9s.dev
Need options? Run npm run tunnel:client -- --help.
GET /api/status - Server statusGET /api/tunnels - List all active tunnelsGET /api/tunnels/:id/status - Tunnel status