You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tun): Windows single-label DNS via an NRPT catch-all (scutil equivalent)
Setting the WinTUN adapter DNS alone didn't cover single-label cluster names — Windows devolution + interface ordering skip it, so getaddrinfo("my-service") never reached the in-stack resolver ("Could not resolve host" in real apps, though the selftest's direct query passed). Install a catch-all NRPT rule (namespace ".") pointing all resolution at 198.18.<N>.53 via the DnsClient cmdlets, removed on teardown. The Windows counterpart of the macOS scutil repoint / Linux resolv.conf.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments