AdguardTeam / AdguardTeam/dnsproxy
Hello, have you considered supporting the return format of json?
- Lenguaje dominante
- Go
- Estrellas
- 3.3k
- Forks
- 343
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
For example:
`curl --http2 -H 'accept: application/dns-json' https://1.1.1.1/dns-query?name=cloudflare.com`
will return
`{"Status":0,"TC":false,"RD":true,"RA":true,"AD":true,"CD":false,"Question":[{"name":"cloudflare.com","type":1}],"Answer":[{"name":"cloudflare.com","type":1,"TTL":142,"data":"104.16.132.229"},{"name":"cloudflare.com","type":1,"TTL":142,"data":"104.16.133.229"}]}`
I hope the developers can support this feature, but even if they don't plan to support this feature, I would be very grateful.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start by tracing the DNS-over-HTTPS entry point corresponding to the shown curl request to https://1.1.1.1/dns-query?name=cloudflare.com and inspect how responses are currently formatted. Compare that behavior with the application/dns-json example in the issue; done means the endpoint supports the requested JSON response format and has coverage for it.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- go, json
- Área
- backend, networking
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100