Method 1: CNAME record
Add a CNAME record to your domain’s DNS configuration.| Field | Value |
|---|---|
| Type | CNAME |
| Name | {your-generated-token}.borgsecurity.io |
| Value | verify.mjolnir.{your-generated-token} |
Cloudflare
Cloudflare
- Go to your domain in the Cloudflare dashboard
- Click DNS > Records > Add record
- Set Type to
CNAME, Name to the provided value, and Target to the provided value - Set Proxy status to DNS only (grey cloud). Proxied CNAME records won’t resolve correctly for verification.
- Click Save
AWS Route 53
AWS Route 53
- Open the Route 53 console and go to Hosted zones
- Select your domain and click Create record
- Set Record type to
CNAME, Record name to the provided value, and Value to the provided value - Click Create records
GoDaddy
GoDaddy
- Log in and go to My Products > DNS
- Click Add and select
CNAME - Fill in the Name and Value fields with the provided values
- Click Save
Method 2: TXT record
Add a TXT record to your domain’s DNS.| Field | Value |
|---|---|
| Type | TXT |
| Name | _mjolnir-verify.yourdomain.com |
| Value | mjolnir-verify={your-generated-token} |
Method 3: File upload
Host a specific text file at a known URL on your domain. Place the file at:200 status code, and contain only the validation string (no extra whitespace or HTML).
Verifying
Once you’ve completed your chosen method, click Verify Domain in the setup wizard. Mjolnir will check for the record or file and confirm ownership. Status indicators:- 🔄 Checking…
- ✅ Verified
- ❌ Verification failed (the record or file wasn’t found)

- You used the exact values shown in the wizard (copy-paste, don’t retype)
- DNS changes have had time to propagate (wait a few minutes and retry)
- The file is accessible over HTTPS without a redirect
After verification
Once your domain is verified, the Run Assessment button becomes active. Click it to launch Mjolnir. You’ll be redirected to the live run dashboard where you can watch the assessment in real time.Domain verification persists. Once a domain is verified, you won’t need to re-verify it for future runs against the same domain.