Oddbean new post about | logout
 มาทำ home server ด้วย cloudflare tunnel ไม่ว่าจะทำ btc node, relays, home storage, หรือระบบสากะเบือ เรือรบ ก็ทำไปเถอะ
อยากจะบอกว่าของเขาดีจริงๆ ได้ทั้ง ddns และ private server เลยเจ้าค่า
#siamstr #saimstr



Start tunnel Cloudflare

1 create tunnel
cloudflared tunnel create <your-name>

2 modify config.yml  in dir .cloudflared

tunnel: <Tunnel-UUID>
credentials-file: <.cloudflared/<Tunnel-UUID>.json>

ingress:
  - hostname: <domainname.com>
    service: http://localhost:8080
  - service: http_status:404


3 test config.yml is working 
cloudflared tunnel ingress validate


4 create routing traffic 
* Now assign a CNAME record that points traffic to your tunnel subdomain:
cloudflared tunnel route dns <UUID or NAME> <subdomain.domainname.com>

5 Run tunnel 
cloudflared tunnel run <UUID or NAME>

Ref: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/ 
 GM, replying to your note on wss://offchain.pub 
 GN sweet dream