Test and integrate services
Before integrating the service, customers need to point their hosts for testing before pointing the A record to 14.225.0.37
Customers point their hosts as follows:
Linux:
Type the following command into the terminal:
sudo vim /etc/hosts
Add line:
14.225.0.37 <your-domain>
Save and quit
After pointing the hosts, customers should access their website to check if any errors occur.
If there are no further errors, customers should point the A record to IP 14.225.0.37 to integrate the service.
Windows:
On Windows, we need to edit the hosts file at the following path:
C:\Windows\System32\Drivers\etc\hosts
then add line:
14.225.0.37 <your-domain>
Save and quit.
After pointing the hosts, customers should access their website to check if any errors occur.
If there are no further errors, customers should point the A record to IP 14.225.0.37 to integrate the service.