AdguardTeam / AdguardTeam/dnsproxy
Hello, have you considered supporting the return format of json?
- 主要言語
- Go
- スター
- 3.3k
- フォーク
- 343
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go, json
- 領域
- backend, networking
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100