Question
How to fix DNS resolution?
Hi Everyone, newbie here. I have set up and redirected my domian with (AWS Route53) to Digital Ocean nameserver but I am still have problem with DNS resolution. I ran a demo app in Python (using Django) virtual environment but the page was unable to load with error message,’ Connection Timed Out’. Please see what I have setup on AWS and DO control panel. I will greatly appreciate your help. Thank you very much.
AWS route 53:
ns1.digitalocean.com
ns2.digitalocean.com
ns3.digitalocean.com
Digital Ocean:
A record devparticle.com >>>>>> droplet ip_address
NS devparticle.com >>>> ns1.digitalocean.com
NS devparticle.com >>>> ns2.digitalocean.com
NS devparticle.com >>>> ns3.digitalocean.com
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.
×