Skip to content
New issue

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

Support for Windows System DNS #38

Closed
kelunik opened this issue Dec 23, 2016 · 1 comment
Closed

Support for Windows System DNS #38

kelunik opened this issue Dec 23, 2016 · 1 comment

Comments

@kelunik
Copy link
Member

kelunik commented Dec 23, 2016

We currently use 8.8.8.8 by default on Windows.

We can find the nameservers Windows uses in HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters/Nameserver or HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters/DhcpNameServer.

See also https://technet.microsoft.com/en-us/library/cc962470.aspx

@bwoebi
Copy link
Member

bwoebi commented Dec 23, 2016

How can we access these? Only via COM class (not an always available extension) - or are there other means too?

kelunik added a commit that referenced this issue Jan 4, 2017
This drops the default Google nameservers, as they were only required for Windows.

Fixes #38.
@bwoebi bwoebi closed this as completed in #40 Jan 4, 2017
peter279k pushed a commit to peter279k/dns that referenced this issue Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants