A-tunnel is a tool to expose localhost to the public internet using Cloudflare Quick Tunnels
Project description
A-tunnel
A minimal Python package to expose localhost to the public internet using Cloudflare Quick Tunnels.
- Zero config.
- No more login
- Fast startup
😂 Why A-tunnel Exists
We've all seen that:
https://github.com/user-attachments/assets/6760cfc2-c917-40bf-aff6-9563e0dcfe9d
Before: "Bro, check out my website! http://localhost:3000" 😅
After: "Bro, check out my website! https://your-site.trycloudflare.com" ✨
Installation
# Using pip
pip install atunnel
# Or using uv
uv add atunnel
Usage
CLI
# Expose local port 8080
atunnel --port 8080
# With uv
uv run atunnel --port 8080
The public URL is printed to stdout. Press Ctrl+C to stop.
Python API
from atunnel.tunnel import Tunnel
with Tunnel(port=8080) as t:
print(f"Public URL: {t.public_url}")
input("Press Enter to stop...")
Security Notice
A-tunnel exposes your local development server to the public internet!
Please keep the following in mind:
- Don't expose sensitive data: Never use A-tunnel with development servers that have access to production databases, API keys, or sensitive information
- Use authentication: Ensure your development application has proper authentication enabled
- Not for production: This tool is designed for development and testing purposes only
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atunnel-1.0.3.tar.gz.
File metadata
- Download URL: atunnel-1.0.3.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5a273ee4952ae285001c9d86943e018e580686c2312df4b76a9683728e5c3f8
|
|
| MD5 |
16fb8682c39bc51456e5131b412b2e0b
|
|
| BLAKE2b-256 |
13644cd41510074e9629df20aeb406b573623ea4a38892613a969e6c589ba359
|
File details
Details for the file atunnel-1.0.3-py3-none-any.whl.
File metadata
- Download URL: atunnel-1.0.3-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0308efe0513b8e12a4dbc6aecef178c15b16c5e0229de25104a86e1bf635a655
|
|
| MD5 |
73a40edac469be652ac6b2662ec02354
|
|
| BLAKE2b-256 |
f72562aa74aa0ca24518991528202885f7ebf4b4f617f9b09cbc621bf0edf643
|