Free Http Tunnel for your localhost app
Get your localhost app online in an instant, no api keys or login required.
Setup a persistent cloud tunnel.
Custom domain name support.
Debug viewer to view your request/responses
Pay what you feel like.
Request for higher throughput.
Multiple tunnels on single host
INSTALL:
curl -O https://ports.live/install.py && python3 install.py
# Note: restart your shell after install to make sure it's added to local path.
RUN:
liveports http 3000
For custom domain, you will need a CNAME entry. Follow instructions after this command:liveports http 3000 --source="test.yourdomain.com"
Other Examples with arguments:
liveports https 3000 # if your local server is running https
liveports http 3000 --noproxy # no parsing for logs, more performance
liveports --target="https://localhost:3000" --source="example.com"
Appreciate your feedback
For those curious devs, get the source code & support for a small contribution.