FixVibe

// docs / domains

ડોમેન

Domain એટલે તમે own કરતા verified 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 માંથી re-resolve કરીએ છીએ, તમારામાંથી નહીં, એટલે SPF / DMARC settings interfere કરતી નથી. સામાન્ય propagation: 1-5 minutes; અમે 10 minutes સુધી દર 30 seconds એ 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 થાય છે. Previously-verified domain token resolve કરવાનું બંધ કરે (જેમ કે તમે DNS record કાઢી નાખ્યો), તો verification revoke થાય છે અને તેના active scans તમે ફરી add કરો ત્યાં સુધી verify_required પર પાછા જાય છે.

Scheduled 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 પર scan-completed email scheduled_scan_email preference વડે મોકલાય છે (Account → Settings પર manage કરો).

Live threat detection Unlimited+

Unlimited પ્લાન શેડ્યૂલ કરેલ સ્કેન વચ્ચે દરેક ચકાસેલ ડોમેનને ત્રણ સંકેતો માટે આપોઆપ જોવે છે:

  • Certificate transparency — દર 30 minutes એ અમે તમારા hostname અથવા કોઈપણ subdomain ધરાવતા new certs માટે crt.sh query કરીએ છીએ. New certs new_certificate alert fire કરે છે.
  • DNS diff — દર 30 minutes એ અમે A, AAAA, MX, TXT, NS, CNAME resolve કરીએ છીએ અને last snapshot સામે compare કરીએ છીએ. Changes dns_change alert fire કરે છે.
  • Threat-intel — દર hour એ apex hostname ની listings માટે 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 સંગ્રહ

Monitor snapshots 7 days પછી auto-prune થાય છે, સિવાય દરેક (domain, signal-type) pair માટે most recent baseline; તે age ગમે તેટલી હોય તોય રહે છે જેથી next diff correct રહે. Dismissed alerts 90 days પછી 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