{{ .Domain }} is part of our hosting — there's nothing for you to publish in DNS.
Any name inside it is yours to use.
{{ else if .Canceled }}
Verification for {{ .Domain }} was canceled. The domain is free again — you can
start over whenever you're ready.
{{ else if .Released }}
{{ .Domain }} was released. The domain is free again — you can claim it back at
any time.
{{ else if .Expired }}
Verification for {{ .Domain }} expired before the DNS record was found. The
domain is free again — you can restart verification at any time.
{{ else if .Verified }}
{{ if .Placed }}
{{ .Domain }} is verified ✓ and in use. Any name inside it is yours too —
creating a site there needs no further DNS verification.
{{ else }}
{{ .Domain }} is verified ✓. Create a site with it from the service card on your
dashboard — creation is instant now, with no further DNS verification.
{{ end }}
{{ else }}
To connect {{ .Domain }}, add these records at your DNS provider:
Record
Add this
Status
{{ range .Records }}
{{ .Kind }}
{{ .Purpose }}
Name
{{ .Name }}
Value
{{ .Value }}
{{ if .Optional }}
Optional
{{ else if eq .State "match" }}
Found ✓
{{ else if eq .State "mismatch" }}
Found, but doesn't match
{{ else if eq .State "missing" }}
Not found yet
{{ else if eq .State "error" }}
Check
failed
{{ else }}
Not checked yet
{{ end }}
{{ if and (eq .State "mismatch") .Observed }}
We saw:
{{ range .Observed }}
{{ . }}
{{ end }}
{{ end }}
{{ end }}
{{ .StatusText }}
{{ if .LastChecked }}Last checked {{ .LastChecked }}.{{ else }}Not checked yet.{{ end }}
{{ if .ExpiresAt }}Complete verification by {{ .ExpiresAt }}.{{ end }}
DNS changes can take a few minutes to propagate. This view updates on its own — you can leave it
and come back to it from your dashboard at any time while verification is pending.