Docs / Guides / Discord verification
Discord verification
Proving you own you.runs-on.dev to Discord, via a TXT record.
What you'll end up with
Discord verifies domain ownership (for a linked-role application, or a domain attached to your profile) by checking for a TXT record at _discord.you.runs-on.dev containing a token it generates for you.
The record
domains/you.json
"subdomains": {
"_discord": { "TXT": ["dh=0f817e9945292eb7eaba294fbba9b6f50d74a885"] }
}The dh=... value is generated per domain by Discord, shown when you start verification. Replace it with your own; the one above is only an example of the shape.
Steps
- In Discord's domain verification flow (Developer Portal, for a linked-role application, or your user settings for a profile domain), enter
you.runs-on.devand copy thedh=...value it gives you. - Fork the registry and edit
domains/you.jsonto the record above, using that value. - Open a pull request. Once merged, the TXT record is synced to DNS automatically.
- Back in Discord, click Verify.
How to tell it worked
Discord confirms verification as soon as it can resolve the _discord TXT record and the token matches, usually within a minute of the pull request merging.