Cloudflare
In order to modify the DNS records if you are using Cloudflare as a proxy, you can follow these steps.
Step 1: Log in to your Cloudflare account
Open a web browser and navigate to the Cloudflare website (https://www.cloudflare.com/).
Click on the "Log In" button and enter your Cloudflare account credentials to log in.
Step 2: Select the desired domain
After logging in, select the domain "example.com" from your Cloudflare dashboard.
Step 3: Access the DNS management
In the Cloudflare dashboard, click on the "DNS" tab at the top of the page.
This will take you to the DNS management interface for your domain.
Step 4: Configure the A records
Locate any existing A records for "www.example.com" and make a note of their values.
Step 5: Add or modify the A records
Add two new A records with the following details:
Type: A
Name: @ (this will point to the top domain)
IPv4 address: 75.2.81.85
TTL: Set a value between 60 and 120 seconds
Add another A record with the same details but with the IPv4 address as 99.83.215.215.
If there are existing A records for "www.example.com" that you want to modify, update their values accordingly.
Step 6: Add the CNAME record
Click on the "Add record" button.
Select the record type as "CNAME".
Enter the following details:
Name: www
Target: wwwexamplecom.isf-edge.com
TTL: Set a value between 60 and 120 seconds
Step 7: Save the changes
After adding or modifying the DNS records, click on the "Save" or "Apply" button to save the changes
Step 8: Verify the DNS changes
Allow some time for the DNS changes to propagate. This process may take some time, typically a few minutes to a few hours, depending on the TTL set for the records.
Use a DNS lookup tool or the
nslookup
command to verify that the new DNS records are resolving correctly to the desired IP addresses and CNAME.
By following these steps in the Cloudflare DNS management, you should be able to modify the DNS records of the "www.example.com" domain with two A records and a new CNAME record for iSmartFrame. Keep in mind that the exact steps and interface may vary slightly depending on the Cloudflare interface version and any updates made by Cloudflare.
Last updated