Spaces:
Runtime error
Runtime error
File size: 632 Bytes
07b17a4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
sudo dpkg -i cloudflared.deb
cloudflared tunnel login
cloudflared tunnel create firetech-tunnel
# This connects his local Node.js port (3000) to a Cloudflare URL
cloudflared tunnel serve --url http://localhost:3000
4. The Result
Cloudflare will give him a random URL like https://funny-unicorn-123.trycloudflare.com.
HTTPS is automatic: Cloudflare handles the certificate.
Bypasses College Security: Because the connection starts inside the college and goes out, the firewall usually allows it.
|