22 lines
868 B
Plaintext
22 lines
868 B
Plaintext
https://cdk.linux.do/receive/069af7bc-7915-48b6-834b-cf52eb00b798
|
|
|
|
|
|
cloudflared tunnel create mac-mini-tunnel
|
|
|
|
yml@ymlMacBook-Air ~ % cloudflared tunnel create mac-mini-tunnel
|
|
Tunnel credentials written to /Users/yml/.cloudflared/562f9639-71f2-44e0-a5ef-b34bd4e215e5.json. cloudflared chose this file based on where your origin certificate was found. Keep this file secret. To revoke these credentials, delete the tunnel.
|
|
|
|
Created tunnel mac-mini-tunnel with id 562f9639-71f2-44e0-a5ef-b34bd4e215e5
|
|
yml@ymlMacBook-Air ~ %
|
|
|
|
|
|
221329.cc.cd
|
|
|
|
4. # 例子:把 web.yourdomain.com 指向刚才创建的隧道
|
|
cloudflared tunnel route dns mac-mini-tunnel 221329.cc.cd
|
|
|
|
|
|
5. 启动隧道(临时/测试)
|
|
如果你只是临时跑一个服务(比如你 OrbStack 里的容器映射到了本地 80 端口):
|
|
|
|
cloudflared tunnel run --url http://localhost:80 mac-mini-tunnel |