FixVibe

// docs / domains

ඩොමේන

Domain එකක් යනු ඔබට හිමි බව verify කළ hostname එකකි. එක් වරක් verify කිරීමෙන් එම hostname සඳහා active probes, scheduled re-scans, සහ live threat monitoring unlock වේ.

Domain එකක් verify කිරීම

Dashboard → Domains හි hostname එකක් add කරන්න. Verification methods දෙකෙන් එකක් තෝරන්න:

  • DNS TXT — අපි generate කරන token එක සමඟ _fixvibe.<hostname> හි record එකක් add කරන්න. අපි එය ඔබගේ server එකෙන් නොව අපගේ server එකෙන් re-resolve කරන බැවින් SPF / DMARC settings interfere නොකරයි. සාමාන්‍ය propagation: මිනිත්තු 1-5; අපි මිනිත්තු 10ක් පුරා තත්පර 30කට වරක් re-check කරමු.
  • HTTP file — host a small text file at /.well-known/fixvibe-verification.txt with the token. FixVibe checks it over HTTPS before enabling domain-gated features.

Verifications දිනපතා domain-reverify cron මගින් re-check කරයි. කලින් verified domain එකක් token resolve කිරීම නවත්වන්නේ නම් (උදා. ඔබ DNS record ඉවත් කළේ නම්), verification revoke කර එයට විරුද්ධව active scans ඔබ එය නැවත add කරන තුරු verify_required වෙත drop back වේ.

කාලසටහන් කළ re-scans Pro+

The Pro plan can re-scan a verified domain at ≥3h cadence; the Unlimited plan at ≥6h. Open Dashboard → Domains → Schedule, enable the toggle, pick a cadence:

  • 3 hours — available on Pro
  • 6h, 12h, daily, every 2 days, weekly — available on Pro and Unlimited

When a scheduled run is due, FixVibe queues a fresh scan for the verified domain and records the run. The scan inherits your domain authorization until you disable the schedule or revoke active authorization.

Completion මත, scheduled_scan_email preference භාවිතා කර scan-completed email යවනු ලැබේ (Account → Settings හි manage කරන්න).

සජීවී තර්ජන හඳුනාගැනීම Unlimited+

Unlimited සැලැස්ම කාලසටහන් කළ ස්කෑන් අතර තහවුරු කළ සෑම domain එකක්ම සංඥා තුනක් සඳහා ස්වයංක්‍රීයව නිරීක්ෂණය කරයි:

  • Certificate transparency — සෑම මිනිත්තු 30කට වරක් ඔබගේ hostname හෝ subdomain අඩංගු new certs සඳහා අපි crt.sh query කරමු. New certs new_certificate alert එකක් fire කරයි.
  • DNS diff — සෑම මිනිත්තු 30කට වරක් අපි A, AAAA, MX, TXT, NS, CNAME resolve කර last snapshot සමඟ compare කරමු. වෙනස්කම් dns_change alert එකක් fire කරයි.
  • Threat-intel — සෑම පැයකට වරක් apex hostname listing සඳහා Spamhaus DBL සහ URLhaus check කරමු. Listings threat_intel_listing alert එකක් fire කරයි.

View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.

Snapshot retention කාලය

Monitor snapshots දින 7කට පසු auto-prune වේ; නමුත් එක් එක් (domain, signal-type) pair එකකට most recent baseline එක exception වේ — ඊළඟ diff නිවැරදි වීමට එය වයස කුමක් වුවත් තබා ගනී. Dismissed alerts දින 90කට පසු purge වේ.

API හෝ MCP වෙතින් trigger කරන්න

Domain management remains dashboard-only for launch. After a domain is verified and explicitly authorized, REST API and MCP can start scans against it according to your plan:

curl
curl -X POST https://fixvibe.app/api/v1/scans \
  -H "Authorization: Bearer fxv_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://example.com"}'
ඩොමේන — Docs · FixVibe