net: EDNS(0) records may cause dns dropped by some gateway #65197
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Go version
go1.21.6
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
but when i use nslookup, It works fine
/ # nslookup www.baidu.com Server: 192.168.0.1 Address: 192.168.0.1:53 Non-authoritative answer: Name: baidu.com Address: 110.242.68.66 Name: baidu.com Address: 39.156.66.10 Non-authoritative answer:
When I use tcpdump to caputure the dns flow,
use go query dns request
use nslookup to query
Then different is shown, golang use default udp size as default
Then I find some doc in Microsoft Website
link: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/dns-name-queries-not-success
What did you expect to see?
dns response successfully
The text was updated successfully, but these errors were encountered: