AiTun
AiTun - Secure tunnel service that exposes local servers to the public internet, supporting IPv6/IPv4 P2P and relay modes.
Installation
pip install aitun
Usage
# Quick start - expose local port 8080 (free tunnel, no sign-up)
aitun -p 8080
# With explicit server
aitun -s aitun.cc:6639 -p 8080
# With auth token (registered subdomain)
aitun -k YOUR_TOKEN -p 8080
# With TCP forwarding (SSH + MySQL)
aitun -k YOUR_TOKEN -p 8080 --tcp-ports 22,3306
# Run as daemon
aitun -p 80 --daemon
# Stop daemon
aitun --stop
CLI Flags
| Flag | Description |
|---|---|
-p PORT |
Local service port (default: 0 = no HTTP port; TCP-only mode with --tcp-ports) |
-k TOKEN |
Auth token for registered subdomain (omit for free tunnel) |
-s SERVER |
Server address (default: aitun.cc:6639) |
--host HOST |
Local service address (default: localhost) |
--tcp-ports PORTS |
TCP forwarding ports, comma-separated (requires -k) |
--p2p |
Enable P2P direct connection (default: enabled) |
--no-p2p |
Disable P2P, force server relay mode |
--daemon |
Run as background daemon |
--stop |
Stop running daemon |
Modes
- Free Tunnel: Instant proxy URL like
aitun.cc/abc123(no sign-up, 24h validity) - Subdomain: Custom subdomain like
myapp.t.aitun.cc(HTTPS, requires sign-in) - Short Domain: Short subdomain like
myapp.aitun.cc(requires sign-in) - TCP Forwarding: Forward SSH, MySQL, etc. via SNI routing (requires
-kand--tcp-ports) - SSH ProxyCommand: Use
aitun ssh-proxy host.t.aitun.cc 22to wrap SSH in TLS for subdomain routing
License
MIT
Release files for aitun 4.9.36
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aitun-4.9.36.tar.gz | 32.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aitun-4.9.36-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.0 MB
Release files / aitun-4.9.36.tar.gz
| Download URL | aitun-4.9.36.tar.gz |
|---|---|
| Size | 32.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
032d09dd34ee14c9d4a2323d9771c214572ea6af2de1da228c00068f573db5f5
|
|
BLAKE2b-256 checksum How to use checksums |
81c8204933a0d52568c4df9033f7591a87a1c2ab1c68be2d1215b509e7e0bab1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|
Release files / aitun-4.9.36-py3-none-any.whl
| Download URL | aitun-4.9.36-py3-none-any.whl |
|---|---|
| Size | 32.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35d6f42cfca80aed3898ccd755dbf2beb6b6c53dc41892132faeb15906675018
|
|
BLAKE2b-256 checksum How to use checksums |
8550dddb61df8d6f07523aebf17b86a4e89d062cbc1a4da1325b134fec45051a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|