invalid UDP DNS response #974
-
|
使用nginx作为正向代理,后台日志偶尔出现以下报错,请教下这种一般是什么原因。下面的 ** 为脱敏后字符,实际为域名或者ip nginx 1.26.2 |
Beta Was this translation helpful? Give feedback.
Answered by
pluknet
Nov 14, 2025
Replies: 1 comment
-
|
This error means that the configured DNS server returns RD (Recursion Desired) and RA (Recursion Available) flags in DNS response. These flags are not set by nginx resolver in query and hence they are not expected to appear in DNS response. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pluknet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error means that the configured DNS server returns RD (Recursion Desired) and RA (Recursion Available) flags in DNS response. These flags are not set by nginx resolver in query and hence they are not expected to appear in DNS response.