How to add a DNS record in freenom domain registrar

Prerequisites

References

Types of DNS records

A DNS record type

The A-record is the most basic and the most commonly used DNS record type.

It is used to translate human friendly domain names such as “www.example.com” into IP-addresses such as 23.211.43.53 (machine friendly numbers).

The IP-address should be public.

Lets configure the A DNS record to forward the domain devopspilot.tk to public IP-address

I already have a server with nginx webserver installed on public IP-address 34.125.235.56

Lets see the nginx home page in browser using public IP-address 34.125.235.56

freenom

Now we can go to Freenom website to add the A DNS record

Go to website freenom

Sign in using Google

Click on Services –> My Domains

freenom

Click on Manage Domains

freenom

Click on Manage Freenom DNS

freenom

Type www in Name feild –> which will point to root domain devopspilot.tk

Type your public IP-address 34.125.235.56 in Tartget feild

Click on Save Changes

freenom

DNS record added successfully.

freenom

Wait for 5 minutes to take effect.

Now we can access the nginx webserver homepage using domain devopspilot.tk in browser

freenom

Hurray! finally we accessed the nginx webserver homepage using domain name.