-
Notifications
You must be signed in to change notification settings - Fork 128
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
Root-Hints #39
Comments
Just wondering, if you have a testing domain for yourself, can you just set the TTL & Expire values to be very short so the root DNS get the updates frequently? I was thinking you could just point your name server records to testing one or even create DNS delegation to allow for testing. |
@kapetan I'm working on this, to allow querying root servers via a resolver that wraps UdpRequestResolver Would you be OK with me adding a BIND parser that populates a masterfile? The official root server list is a file found here: https://www.internic.net/domain/named.root in BIND zone file format. I'd prefer this as the root server list can be embedded as a resource, and the file could be updated automagically somehow at a later point. |
Working towards resolving kapetan#39
If not, I can always hardcode the root server list, but it may require periodic updates. |
@kapetan @p3rtinax @SamuraiMuz My only current concern is creating excess garbage for the GC by creating and throwing away UdpRequestResolver/RecursiveRequestResolver with each recursion. But that may just be me micro-optimizing. |
Dear kapetan,
Is there any option to sends update to root-hints ?
https://www.iana.org/domains/root/servers
I'm wanna test it on public, but there is no root-hints option !
The text was updated successfully, but these errors were encountered: