Hi, i registered my domain on my ISP, and my domain has been connected with example.com.bn, i cant’s change/point my dns server to digitalocean ones because i cant access the domain name configuration
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
If you are managing your DNS elsewhere you will just need to create two records there to handle regular and www requests.
@ A [your droplet’s ip] www CNAME @
This creates a main record for example.com.bn that points to your droplet an then creates the www subdomain to route requests to www.example.com.bn to the same location.