Setting A DNS Record On A Domain
Started 2 days ago
Last edited 59 minutes ago
For doing this, you first need to own a Domain.
You can do this for example at Cloudflare: https://developers.cloudflare.com/registrar/get-started/register-domain/
But seriously, just go with whatever “domain registar reddit” suggests when you’re reading this.
After having a domain registered, you can add a DNS record to this domain.
Let’s say you have a server with a public IP (like 1.12.234.45), and want to have a service available on “photos.your.domain”. Then you need to do this:
- Choose the A record type
- Set the name to “photos”
- Set the IPv6 address to
1.12.234.45
And that’s it. :)
Again for Cloudflare: https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/