You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flaredantic is a Python library that simplifies the process of creating tunnels to expose your local services to the internet. It supports both Cloudflareand Serveo tunneling services, making it a user-friendly alternative to ngrok, localtunnel, and similar tools.
12
+
Flaredantic is a Python library that simplifies the process of creating tunnels to expose your local services to the internet. It supports Cloudflare, Serveo, and Microsoft Dev Tunnel services, making it a user-friendly alternative to ngrok, localtunnel, and similar tools.
13
13
14
14
</div>
15
15
@@ -20,7 +20,7 @@ Flaredantic is a Python library that simplifies the process of creating tunnels
-**Cloudflare tunnel**: No additional requirements (binary auto-downloaded)
195
233
-**Serveo tunnel**: Requires SSH client to be installed
234
+
-**Microsoft DevTunnel**: No additional requirements (binary auto-downloaded)
235
+
-**Note**: Currently only supports Linux and macOS.
196
236
197
237
> **❗️Note:** Serveo servers might occasionally be unavailable as they are a free service. Flaredantic automatically detects when Serveo is down and provides a clear error message. Consider using Cloudflare tunnels if you need guaranteed availability.
198
238
@@ -201,5 +241,6 @@ if __name__ == '__main__':
201
241
For more detailed examples and use cases, check out our examples:
0 commit comments