Support top-level domains for custom hostnames
Open
needs-triage
size:M
task
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 146
Description
The initial support for custom hostnames only supports subdomains (`foo.example.com`) that are configured via a DNS `CNAME`.
To add support for top-level domains (`example.com`) will require additional work:
- [ ] Extend DNS verification check to look for both CNAME and whatever is needed to make top level domains work
- [ ] Update documentation with details on top-level domain support
- [ ] Update UX to allow top level domains to be entered
- [ ] Update UX to provide appropriate DNS configuration information based on chosen domain
Contributor guide
Assessment
This issue has not been assessed yet.