Hi, I am trying to add a domain to point to my droplet. The domain was registered with an external registrar and I made sure to change my DNS records. I then added two A records on Digital Ocean:
@ *
These appear as “mydomain.dev” and “*.mydomain.dev” in the record table. However, only the latter is usable. For example, I can:
wget wwww.mydomain.dev/api
But not:
wget augmented.dev/api
How can I ensure the latter works?
Thank you!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya,
Keep in mind that your DNS can propagate up to 48 hours.
Also make sure to use DigitalOcean’s Nameservers if you want to use DigitalOcean’s DNS.
Heya, @trzy
The DNS seems to be working just fine. Keep in mind that DNS changes can take up to 24 hours in order to fully update. This usually happens a lot faster, but the DNS will still need some time to reflect your changes.
Regards