I have my domain registered through 1&1. If I want to create a subdomain (i.e. test.example.com), do I need to add “test” in my 1&1 dns settings area or do I do it through DigitalOcean? Or do I need to create the subdomains in both places?
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.
This comment has been deleted
This comment has been deleted
Check out <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-a-host-name-with-digitalocean”>https://www.digitalocean.com/community/articles/how-to-set-up-a-host-name-with-digitalocean</a> <br> <br>Once you’ve added <strong>example.com</strong> to the DNS Manager, you can proceed to creating the subdomain DNS record: <br><pre>Type: A <br>Name: test <br>Value: 1.2.3.4</pre> <br>where 1.2.3.4 is your droplet’s IP address.