We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0
Microsoft Windows [Version 10.0.19044.2075]
5.10.102.1-microsoft-standard-WSL2
Ubuntu 20.04
No response
dig -x 1.1.1.1 +noall +answer
Sub-second response from the DNS resolver on my LAN. On second execution, near-instant response below ~50ms from local DNS cache.
The WSL DNS resolver is very slow and it replaces the TTL with 0, causing all future requests to go through the same, slow process.
$ # Local Resolver $ dig -x 1.1.1.1 @172.22.176.1 +noall +answer 1.1.1.1.in-addr.arpa. 0 IN PTR one.one.one.one. $ # Google DNS $ dig -x 1.1.1.1 @8.8.8.8 +noall +answer 1.1.1.1.in-addr.arpa. 1006 IN PTR one.one.one.one.
The text was updated successfully, but these errors were encountered:
process.report.getReport()
process.report.getReport();
Hi. Please try enabling the experimental "dnsTunneling" feature and let us know if it fixes the issue.
You can find more details at https://devblogs.microsoft.com/commandline/windows-subsystem-for-linux-september-2023-update/
Sorry, something went wrong.
@CatalinFetoiu
Please note this feature is currently only available to Windows Insiders canary and Release Preview Channel with the latest Windows 11
I don't have that. I feel like my example should be enough for others to verify if the behavior changed at all.
No Windows 11 systems here, but indeed having broken TTL with drill on Debian 12 on my (multiple) Windows 10 WSLs.
drill
${hostname}.local
CatalinFetoiu
No branches or pull requests
Version
Microsoft Windows [Version 10.0.19044.2075]
WSL Version
Kernel Version
5.10.102.1-microsoft-standard-WSL2
Distro Version
Ubuntu 20.04
Other Software
No response
Repro Steps
Expected Behavior
Sub-second response from the DNS resolver on my LAN. On second execution, near-instant response below ~50ms from local DNS cache.
Actual Behavior
The WSL DNS resolver is very slow and it replaces the TTL with
0
, causing all future requests to go through the same, slow process.Diagnostic Logs
The text was updated successfully, but these errors were encountered: