{
  "service": "doh-poc",
  "version": "1.0.0",
  "description": "PoC DoH endpoint para bypass de NXDOMAIN de rede",
  "domains_served": [
    "opbxpro.com",
    "www.opbxpro.com"
  ],
  "worker_ips": [
    "104.16.0.1",
    "104.16.1.1",
    "172.64.0.1"
  ],
  "endpoints": {
    "root": "/",
    "health": "/health",
    "doh": "/dns-query?name=DOMAIN&type=A",
    "doh_example": "/dns-query?name=opbxpro.com&type=A"
  },
  "usage": {
    "curl": "curl \"https://dns.opbxpro.com/dns-query?name=opbxpro.com&type=A\"",
    "firefox": "Settings > Network > Enable DNS over HTTPS > Custom > https://dns.opbxpro.com/dns-query"
  },
  "timestamp": "2026-07-10T07:29:38.093Z"
}