@wanosoft/wanolink
v1.0.1
Published
Tunnel HTTP/HTTPS connections via Cloudflare Edge with custom subdomains
Readme
Wanolink
Simple localhost tunneling powered by Cloudflare
Installation
npm install -g @wanosoft/wanolinkQuick Start
# Authenticate (first time only)
wanolink auth
# Expose port 3000
wanolink 3000
# With custom subdomain
wanolink 3000 -s myapp
# → https://myapp.wanosoft.linkCLI Options
wanolink <port> [options]| Option | Description |
|--------|-------------|
| -s, --subdomain | Custom subdomain |
| -t, --timeout | Timeout in hours (default: 4, 0 = unlimited) |
| -h, --help | Show help |
| auth | Authenticate with token |
| logout | Remove saved token |
Examples
# Unlimited duration
wanolink 3000 -s myapp -t 0
# Custom timeout (2 hours)
wanolink 8080 --timeout 2Features
- ⚡ Instant setup
- � HTTPS via Cloudflare
- 🌐 Custom subdomains
- 💻 Cross-platform (Windows, macOS, Linux)
Credits
Based on nport
License
MIT
