ngrok 替としての Cloudflare Tunnels の機能が便利だった。

下記はcloudflaredを使って localhost:4000 を Tunnel してみた例:

$ cloudflared tunnel --url http://localhost:4000
INF Requesting new quick Tunnel on trycloudflare.com...
INF +--------------------------------------------------------------------------------------------+
INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
INF |  https://cxxxx.trycloudflare.com                                            |
INF +--------------------------------------------------------------------------------------------+

これで ngrok 要らず!