# cloudflared tunnel configuration for A2A-SIN Agents # Copy this file to cloudflared/config.yml and update with your tunnel credentials. # # Usage: # cloudflared tunnel --config cloudflared/config.yml run # # Docs: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/ tunnel: "" credentials-file: /etc/cloudflared/.json ingress: # A2A endpoint — primary route for agent-to-agent communication - hostname: ".a2a.delqhi.com" service: http://localhost:3000 # Health check endpoint - hostname: ".a2a.delqhi.com" path: /health service: http://localhost:3000 # Fallback — reject all other traffic - service: http_status:404