AdguardTeam / AdguardTeam/dnsproxy
OPT PSEUDOSECTION: EDNS udp buffer always 4096
未关闭
bug
- 主要语言
- Go
- 星标
- 3.3k
- 派生
- 343
- PR 合并指标
- 30 天内没有已合并 PR
描述
Example query sample directed at `8.8.8.8`:
```
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
```
Example query sample directed at a local `dnsproxy` instance:
```
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
```
I had expected, perhaps incorrectly, that this was governed by `--udp-buf-size=`, but in testing it doesn't appear to be the case (chasing `--udp-buf-size=` around the code base it wasn't actually clear to me where/if this value is/was used at all, but that's very likely my fault).
Possible bug, probable misunderstanding and/or `PEBCAK`.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。