{
  "service": "Telegram Proxy Relay Station",
  "version": "1.0.0",
  "status": "running",
  "target": "https://t.me",
  "powered_by": "Cloudflare Workers",
  "usage": {
    "description": "将 t.me/s/ 替换为本站地址即可访问",
    "examples": [
      {
        "original": "https://t.me/s/telegram",
        "proxied": "https://your-worker.workers.dev/s/telegram"
      },
      {
        "original": "https://t.me/s/durov?q=search",
        "proxied": "https://your-worker.workers.dev/s/durov?q=search"
      },
      {
        "original": "https://t.me/s/channel?before=12345",
        "proxied": "https://your-worker.workers.dev/s/channel?before=12345"
      }
    ]
  },
  "endpoints": {
    "proxy": {
      "path": "/s/*",
      "method": "GET",
      "description": "代理 Telegram 频道访问"
    },
    "health": {
      "path": "/health",
      "method": "GET",
      "description": "健康检查"
    },
    "test": {
      "path": "/test",
      "method": "GET",
      "description": "测试 Telegram 连接"
    }
  },
  "features": [
    "✅ 自动 CORS 支持",
    "✅ 智能缓存(5分钟)",
    "✅ 全球 CDN 加速",
    "✅ 完整参数透传",
    "✅ 心跳检测 + 退避重试"
  ],
  "configuration": {
    "cache_enabled": true,
    "cache_ttl": "300s",
    "timeout": "30000ms",
    "retry_attempts": 3,
    "heartbeat_enabled": true,
    "heartbeat_interval_ms": 30000,
    "heartbeat_timeout_ms": 5000
  },
  "timestamp": "2026-06-05T20:37:38.977Z"
}