Docs / Networking

Configuring other DNS providers

Start with Custom domains to add the hostname in BreachFix Cloud.

Subdomains

Create a CNAME record pointing to your service default host (shown in the dashboard, e.g. srv-abc123.breachfix.com).

Apex / root domain

  • Use ANAME or ALIAS if your provider supports CNAME flattening at the apex.
  • Otherwise CNAME www and configure an apex → www redirect at your DNS host.

Verify and test

  1. Remove conflicting AAAA records.
  2. Click Verify in the dashboard.
  3. curl -sI https://your.domain/ after DNS propagates.

← Custom domains