Skip to content

Commit

Permalink
fixing cname record docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Oct 11, 2023
1 parent d649bd9 commit dfef2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup-custom-domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you need more assistance, we recommend following along with our [Custom Domai
The custom domain preparation process will vary depending on the type of domain and hosting service you are using. We will update our documentation as we test the differences between services and domain types.

**_With a CNAME Record_**\
The easiest method to connect a custom domain to your Hub is to create a [cname](https://en.wikipedia.org/wiki/CNAME_record) record to point to `lb.us1.myhubs.net`. Before connecting the custom domain, you must register a cname record through your desired custom domain’s registrar, such as GoDaddy or Route53 (AWS), to point to `lb.us1.myhubs.net`. We have documented this process using Route53 in [our tutorial video](https://youtu.be/0PTmHNKdZB0).
The easiest method to connect a custom domain to your Hub is to create a [cname](https://en.wikipedia.org/wiki/CNAME_record) record to point to `lb.<your-native-host>`. You can identify your native host by looking at your instance's assigned url and removing the subdomain. For example, an instance assigned the url `1234567.us2.myhubs.net` would have a native host of `us2.myhubs.net` and would require a cname record point to `lb.us2.myhubs.net`. Before connecting the custom domain, you must register a cname record through your desired custom domain’s registrar, such as GoDaddy or Route53 (AWS), to point to `lb.<your-native-host>`. We have documented this process using Route53 in [our tutorial video](https://youtu.be/0PTmHNKdZB0).

## Part B: Locate Your `turkeyauthtoken`

Expand Down

0 comments on commit dfef2fd

Please sign in to comment.