Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 1 column 22
---
nameserver-patterns: `ns*.domaincontrol.com`
---
Does | Doesn't | |
---|---|---|
Apex CNAME equivalent |
🚫 | |
API Access | ✔️ |
GoDaddy does not provide a CNAME
-equivalent resource record for apex domains. Check out our list of preferred DNS hosts.
If you want your application to be a subdomain on your main domain, you'll want to create a new CNAME
record within GoDaddy's DNS management control panel.
- Log in to your GoDaddy account and look for the domain that you want to use with a Fly Edge Application. Once you've found it, click the "DNS" button:
- On the DNS Management page, look for the "Records" section and click the "Add" button:
- From the "Type" drop down menu, choose to add a
CNAME
record
- Provide the information to create your
CNAME
record.
- The "Host" would be the subdomain that you want your users to access your application with. For example,
app
would mean your users access your site with the URLapp.your-application.com
. - The "Points to" section would be where your application resides at Fly. For example,
vapid-hedgehog-4710.edgeapp.net
.
Once you save the CNAME
information, your users will be able to access your application at Fly.io using the subdomain you just set up. Your users will only see your subdomain in their browser, and will not see your Fly.io URL.