Cloudflare提供のngrokみたいにローカルのアプリケーションを外部に公開するサービス - Argo Tunnel
https://gyazo.com/4c024848226e72a4e60b92618c296659
リンク
Macだと以下
$ brew install cloudflare/cloudflare/cloudflared
使い方
ローカルで適当なポートで待ち受けるサーバー等を立ち上げる
以下のcloudflared tunnel ...より先に立ち上げないと以下でエラーすることに注意。
以下のコマンドを叩き、開放する
$ cloudflared tunnel --url localhost:8080
上記のコマンドを叩くと以下のようなメッセージが出る
code:txt
...
INFO0004 +----------------------------------------------------------+ INFO0004 | Your free tunnel has started! Visit it: | INFO0004 +----------------------------------------------------------+ ...
今回の場合はhttps://looks-kinds-recipes-glance.trycloudflare.comにアクセスすればOK。
アカウントとかログインは不要
実際の動作
URLに注目すると、...trycloudflare.comになっている。
https://gyazo.com/2980f4183c194ed1a07fd7dd1a880e8e
https://gyazo.com/de1e28c9862e7ffe968c8cdf4b1455d1
code:txt
^CINFO3268 Initiating graceful shutdown... INFO3298 Metrics server stopped INFO3298 Muxer shutdown connectionID=1 INFO3298 Muxer shutdown connectionID=3 INFO3298 Muxer shutdown connectionID=2 INFO3298 Muxer shutdown connectionID=0