AdguardTeam / AdguardTeam/dnsproxy

OPT PSEUDOSECTION: EDNS udp buffer always 4096

Open
#277 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
3.3k
Forks
343
PR merge metrics
No merged PRs in 30d

Description

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.