If you want your restaurant’s main domain (e.g., yourrestaurant.com) to point to our service, you must configure two DNS records:
yourrestaurant.com
A Record (Type: A)
Name: @
@
Type: A
Value: (Provided by us)
Purpose: This directs the root domain to our servers.
CNAME Record (Type: CNAME)
Name: www
www
Type: CNAME
Purpose: This ensures www.yourrestaurant.com also points to our service.
www.yourrestaurant.com
Log in to your domain registrar's DNS management page (e.g., GoDaddy, Namecheap, Cloudflare).
Find the DNS Settings or DNS Management section.
Look for existing A and CNAME records. If they exist, edit them; if not, add new ones.
Add or update the A Record:
Set Name as @.
Select Type as A.
A
Enter the Value provided.
Click Save.
Add or update the CNAME Record:
Set Name as www.
Select Type as CNAME.
CNAME
Wait for DNS propagation (can take up to 24 hours).
Last updated 1 year ago