I have my domain at NameCheap (let’s assume it’s example.com) and my DNS is all managed by NameCheap and I really don’t want to change that. Now let’s assume I have a droplet at 1.2.3.4. What I’m trying to accomplish is point a single subdomain to my droplet, for instance, vps.example.com.
From what I could gather researching my problem I eventually created an A record on NameCheap’s DNS and pointed it to 1.2.3.4. But I’m assuming this is not enough because this IP is shared across many other droplets, right? Somehow it needs to know how to point to my droplet and not someone else’s.
I supposed that now I need to add the example.com domain to my droplet, correct? By default, I get the following DNS configuration on DigitalOcean:
Now my questions…
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Once you added the A record over at namecheap, you were done. The rest is superfluous.
IPs point to one droplet, of course, not many.
Hey, I am in the same situation but putting an A record alone is not working, did you manage to figure this out?
And if i want to point the subdomain to a specific URL generated by a Laravel installation in my VPS? I.e i want to point cartagena.reservate.co to reservate.co/restaurantes/cartagena