Setting up a DNS redirect involves three main steps: creating the redirect, verifying domain ownership, and provisioning SSL.
Step 1: Create the redirect
- Go to your DNS Redirect dashboard.
- Click "Add Redirect" or similar.
- Enter the hostname you want to redirect (e.g.,
go.example.com). - Enter the destination URL where traffic should go.
- Select your redirect server.
- Choose redirect type (301 permanent or 302 temporary).
- Save the redirect.
Step 2: Verify domain ownership
After creating the redirect, you'll see verification instructions:
- Log in to your domain's DNS management panel.
- Add a TXT record:
- Host/Name:
_nerdtools-verify(or_nerdtools-verify.yourdomain.com) - Value: The verification token shown in your dashboard
- Host/Name:
- Wait for DNS propagation (usually 5-15 minutes).
- Click "Verify" in your dashboard.
Step 3: Provision SSL
After verification succeeds:
- Update your domain's A record to point to the server IP shown in your dashboard.
- Optionally add an AAAA record for IPv6 support.
- Wait for DNS propagation.
- Click "Provision SSL" in your dashboard.
- Once complete, your redirect is active.
The entire process typically completes within an hour, though DNS propagation can sometimes take longer.