Skip to content

Add DNS TXT detection to Notion#266

Merged
enthec-opensource merged 1 commit into
enthec:mainfrom
cristianovisk:feat/add-notion-txt-detection
Jun 24, 2026
Merged

Add DNS TXT detection to Notion#266
enthec-opensource merged 1 commit into
enthec:mainfrom
cristianovisk:feat/add-notion-txt-detection

Conversation

@cristianovisk

Copy link
Copy Markdown

Summary

Adds a DNS TXT domain-verification fingerprint to the existing Notion entry, which currently only detects via DOM (html.notion-html). This catches Notion-managed domains that verify ownership through the notion-domain-verification TXT record.

Verifiable real-world exampleaarin.com.br:

$ dig @8.8.8.8 +short TXT aarin.com.br | grep notion
"notion-domain-verification=LJ19T1Y6CYEQ0ywD0Rn9sQ6z6goVg1zefLpPH5StjoV"

The fingerprint matches the generic notion-domain-verification= prefix so it detects any verified domain, not a single instance — following the same convention as existing entries (dropbox-domain-verification, heroku-domain-verification, onetrust-domain-verification=, etc.).

Changes

  • src/technologies/n.json — existing Notion entry gains a dns.TXT fingerprint (no other fields changed; DOM detection preserved).

🤖 Generated with Claude Code

Adds the notion-domain-verification DNS TXT fingerprint to the
existing Notion entry (which already had DOM detection). Verified
live on aarin.com.br.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@enthec-opensource enthec-opensource merged commit 04faf24 into enthec:main Jun 24, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants