Summary
The adjustment of DNS records varies by provider, but general instructions include logging in to your domain provider, accessing DNS settings, and updating the A record to point to KLARA's IP address.
Instructions
- Log in to your domain provider with your login data.
- Search for the "DNS settings", "Domain management area", or "DNS configuration".
- Locate the A record and change it to refer to the IP address of KLARA, which is 34.65.239.222.
- An A record should look like this:
```
klara.ch A 34.65.239.222.
```
- This indicates that example.com can be reached at the IP address 34.65.239.222. Replace klara.ch with your domain and enter the specified IP address.
- Note the following important points:
- It may take a few hours for the domain to point to the new IP address.
- If there are other A or AAAA records that do not point to this IP, it may cause issues.
- The CNAME (www) entry must contain the correct domain.
- The CNAME entry should resemble the following example:
```
www CNAME klara.ch
```
- Ensure to replace klara.ch with your personal domain that you want to link to KLARA.