Skip to content

Setup FreeCC Domain

Chunhua "Leo" Liao edited this page Oct 29, 2019 · 12 revisions

The FreeCC domain freecompilercamp.org is managed on GoDaddy. Assume the IP of server hosting FreeCC is <aws_ip>.

Point FreeCC domain to <aws_ip>

On the Godaddy website, go to the DNS setting of freecompilercamp.org. Add new records and values

  • @, It refers to domains freecompilercamp.org., value set to <aws_ip>, Type A
  • www , this is for www.freecompilercamp.org, value set to @, Type A
  • classroom, this is fo classroom.freecompilercamp.org , value set to <aws_ip>, Type A
  • lab , this is for lab.freecompilercamp.org, used for hosting the PWC engine, value set to <aws_ip>, Type A
  • .lab , value set to <aws_ip> Keep the rest sections as default values. Save and wait for one hour or more until the entries take effect.