I try to figure out how to set a subdomain.
Take for example the following configurations:
| case | hostname | value |
| #1 | @ |<droplet-ip>:8000 |
| #2 | *.sub |<droplet-ip>:8000 |
case#1 fucntions as expected. Case #2 doesn’t.
I’m not sure if it is related, but it doesn’t function if the primary link (case#1) in place is linked to the same IP or to another IP.
Any return as to what I am doing wrong?
Thanks for your consideration
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.
Hi there,
For the subdomain name, you don’t need the
*.
in front.What you can add is just the subdomain itself, eg:
sub.yourdomain.com
. This will look as follows:For more information on how to manage DNS records, i could suggest the following tutorial:
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/
Let me know if you have any questions!
Best,
Bobby
This comment has been deleted