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

feat(console): Add DNS record validators for custom domains #2332

Closed
betimshahini opened this issue May 29, 2023 · 0 comments · Fixed by #2357
Closed

feat(console): Add DNS record validators for custom domains #2332

betimshahini opened this issue May 29, 2023 · 0 comments · Fixed by #2357
Assignees
Labels
enhancement Indicates new feature requests

Comments

@betimshahini
Copy link
Contributor

For DNS record types that Cloudflare doesn't provide validation through their APIs, we need to validate records ourselves at the point a custom domain is created in our system.

Potential options include utilizing/building a simple DNS-over-HTTPS client and leveraging open DNS servers (like Cloudflare's 1.1.1.1) to query.

@betimshahini betimshahini added the enhancement Indicates new feature requests label May 29, 2023
@betimshahini betimshahini added this to the v1 - white label milestone May 29, 2023
@betimshahini betimshahini self-assigned this May 29, 2023
@szkl szkl closed this as completed in #2357 Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant