my-airdrop 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ Opens a beautiful web interface anyone can access by scanning a QR code. Upload
|
|
|
49
49
|
- **Folder download** — zip and download entire folders in one tap
|
|
50
50
|
- **Multi-select** — select multiple files and download as a single zip
|
|
51
51
|
- **QR code** — instantly connect any device with a camera
|
|
52
|
-
- **Public tunnel** — share outside your local network via a public URL
|
|
52
|
+
- **Public tunnel** — share outside your local network via a public URL, works on any network including WiFi
|
|
53
53
|
- **Mobile-optimized** — large touch targets, responsive layout, dark UI
|
|
54
54
|
- **Safety limits** — warns on large directories, hard stops at 5000 files / 5 GB
|
|
55
55
|
|
|
@@ -87,6 +87,10 @@ Public https://random-words.trycloudflare.com
|
|
|
87
87
|
|
|
88
88
|
Share the URL with whoever you want to give access. No password required — just open and go.
|
|
89
89
|
|
|
90
|
+
- Powered by [Cloudflare Quick Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/)
|
|
91
|
+
- Works on any network including WiFi (uses TCP 443, not blocked by routers)
|
|
92
|
+
- Auto-reconnects if the tunnel drops
|
|
93
|
+
|
|
90
94
|
## Install globally
|
|
91
95
|
|
|
92
96
|
```bash
|