Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.24 KB

File metadata and controls

47 lines (38 loc) · 1.24 KB

breadcast.ai

# run tunnel
cloudflared tunnel --config ~/.cloudflared/breadcast.yml run breadcast 


# setup
cloudflared tunnel create breadcast 
# id: 0331876a-c8e4-4cad-98b1-ef9dab7295a8 
# ~/.cloudflared/breadcast.yml
tunnel: breadcast 
credentials-file: /home/aman/.cloudflare/0331876a-c8e4-4cad-98b1-ef9dab7295a8.json  # Adjust path as needed
ingress:
  - hostname: breadcast.ai
    service: http://localhost:9022
  - service: http_status:404

# route dns
cloudflared tunnel route dns breadcast breadcast.ai
# run tunnel
cloudflared tunnel --config ~/.cloudflared/breadcast.yml run breadcast 

anycast.dread.technology

# run tunnel
cloudflared tunnel --config ~/.cloudflared/anycast-config.yml run anycast


# setup
cloudflared tunnel create anycast 
# id: d007fd24-e301-4d88-9ce5-87e2cb945c29 
# ~/.cloudflared/anycast-config.yml
tunnel: anycast 
credentials-file: /home/aman/.cloudflared/d007fd24-e301-4d88-9ce5-87e2cb945c29.json  # Adjust path as needed
ingress:
  - hostname: anycast.dread.technology
    service: http://localhost:9021
  - service: http_status:404

# route dns
cloudflared tunnel route dns anycast anycast.dread.technology
# run tunnel
cloudflared tunnel --config ~/.cloudflared/anycast-config.yml run anycast