Loading...

CDN.com.tr Help

Manage DNS records

Add, update, delete, import, export, and move eligible records to cloud DNS.

Manage DNS records

Add, update, delete, import, export, and move eligible records to cloud DNS.

Panel path

  1. Management Panel
  2. CDN Accounts
  3. DNS Settings
  4. Domain and DNS Records

Prerequisites

  • Full DNS transfer or DNS management must be enabled.
  • Record create/update/delete must stay scoped to the selected account and domain.
  • DNS record values must be redacted in help screenshots.

Step-by-step guide

1

Open DNS records

DNS settings is used for scan, import, and record management.

  • Click the DNS icon.
  • Confirm the Domain and DNS Records heading.

Expected result: Domain DNS records or an empty-state appears.

cdnctl equivalent
cdnctl dns records list --account <account_uuid>
2

Apply record changes safely

Critical records must be protected, and changes should be reviewed before apply/reconcile.

  • Choose add/update/delete record action.
  • Review preview or warnings when available.
  • Watch Operations if Apply Changes is required.

Expected result: The record action cannot access another domain or account.

cdnctl equivalent
cdnctl dns records upsert --account <account_uuid> --name www --type CNAME --value <target>

Verification

  • Record domain belongs to the selected account.
  • No-data state explains what is missing.
  • DNS values are redacted.

Use cases

A customer transferred nameservers and needs to keep DNS records consistent.

Quick workflow

  1. Open DNS settings.
  2. Run scan or import records.
  3. Review drift.
  4. Apply safe record actions.

Checks

  • Record belongs to a domain in the selected account.
  • Critical record types are protected.
  • Cloud-only records are displayed clearly.

Related pages