Other DNS hosts
If you use an external DNS server for your domain, you can still use a subdomain for your Release environments.
To add a subdomain to Release, follow the steps to create a domain. Take note of the nameservers displayed by Release, as you'll use these in the next step.
- 1.Log in to your DNS admin panel.
- 2.Navigate to the DNS records.
- 3.Add a new subdomain NS record for each nameserver you received from Release, for example:
release.your-company-name.xyz. IN NS ns-821.awsdns-38.net.
release.your-company-name.xyz. IN NS ns-2002.awsdns-58.co.uk.
release.your-company-name.xyz. IN NS ns-37.awsdns-04.com.
release.your-company-name.xyz. IN NS ns-1189.awsdns-20.org.
- 1.Save your changes.
Last modified 1mo ago