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

dns check should be made against a domain authoritative server #3165

Open
arthru opened this issue Jan 12, 2024 · 1 comment · May be fixed by #3166
Open

dns check should be made against a domain authoritative server #3165

arthru opened this issue Jan 12, 2024 · 1 comment · May be fixed by #3166

Comments

@arthru
Copy link
Contributor

arthru commented Jan 12, 2024

Dns checks are made using the local dns resolver or a configured one.

By using a non authoritative resolver, we have to wait for dns propagation to be made, that could be long depending to the configured TTL.

I propose to use the dns resolver to find the authoritative server and then to make dns request against that authoritative server.

With that change, dns checks would be instantaneous

@arthru arthru linked a pull request Jan 12, 2024 that will close this issue
Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale stale status label Mar 17, 2024
@stale stale bot closed this as completed Apr 22, 2024
@tonioo tonioo reopened this Apr 22, 2024
@tonioo tonioo added enhancement and removed stale stale status labels Apr 22, 2024
@Spitfireap Spitfireap linked a pull request May 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants