Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 375 Bytes

cloudflare

自宅サーバーで動かしているサービスを公開するためのCloudflare

Quick Start

$ make init
$ make create-cloudflare-tunnel
$ docker compose run --rm cloudflare tunnel create <tunnel-name>
$ docker compose run --rm cloudflare tunnel route dns <tunnel-name> <hostname(example.hoge.net)>

Ref