OpenAICloudflareJul 20, 2026, 8:59 PM

Cloudflare Internal DNS is now generally available

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Cloudflare Internal DNS is now generally available

Key Points

  • GA: Cloudflare Internal DNS
  • Authoritative + recursive on one control plane
  • Included with Cloudflare Gateway (Enterprise)

Summary

Cloudflare Internal DNS is generally available. It unifies authoritative and recursive private DNS onto the same global Cloudflare control plane you already use for public DNS, Zero Trust, and networking services. For Enterprise customers, Internal DNS is included with Cloudflare Gateway at no additional charge.

Key Points

  • Single control plane: manage public and private DNS with one API, one audit trail, and centralized policies.
  • Split-horizon made simple: internal and external resolution are separate views on shared zones, reducing drift and outage risk.
  • Zero Trust for DNS: resolver policies route users/devices to the correct view and are enforced by Cloudflare Gateway.
  • Modernization: retire hardware appliances and cloud-locked resolvers; runs on Cloudflare infrastructure (1.1.1.1).
  • Architecture: two components — Gateway Resolver (recursive resolution + policy engine) and Internal Authoritative DNS (zone management).

Practical next steps for engineers

  • Inventory internal zones and split-horizon requirements.
  • Map which users/devices should resolve each view and define resolver policies.
  • Test zones and policies in a staging account via the Cloudflare API before wide rollout.
  • Plan decommissioning of legacy DNS appliances once parity and failover are validated.

Why it matters

Consolidating DNS reduces operational overhead, removes synchronization risk between parallel DNS systems, and extends existing Zero Trust controls to internal name resolution, improving security and reliability.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Cloudflare Internal DNS が一般提供になりました

2026年7月20日 — Enrique Somoza と Hannes Gerhart — 読了時間: 6 分

Starting today、Cloudflare Internal DNS は一般提供(GA)になりました。Cloudflare Internal DNS は、プライベートネットワーク向けの authoritative と recursive の両方の DNS を、既にパブリック DNS、Zero Trust、ネットワーキング、アプリケーションサービスで使用している同じグローバルネットワークと制御プレーン上で提供します。

Internal DNS(プライベート DNS とも呼ばれることがあります)は、エンタープライズインフラでまだ他のネットワークから分離して管理されている最後の要素の一つです。多くの組織はパブリック DNS に一つのプラットフォーム、内部 DNS に別のプラットフォームを使い、それぞれのクラウド環境内でクラウドネイティブな DNS サービスを別個に運用しており、それぞれに異なるセキュリティポリシーを重ねています。これらのシステムは共通の制御プレーンを共有していません。Split-horizon DNS(分割ホライズン DNS)はさらに複雑さを加え、内部と外部のユーザーが同じホスト名に対して異なる応答を受け取るように複数の DNS 環境を同期させ続ける必要があることが多いです。これらのシステムが乖離すると、障害が発生します。

Cloudflare Internal DNS を使うことで、パブリックとプライベートの DNS リソースを一つのプラットフォームで管理し、DNS ポリシーを適用し、DNS スタック全体の可視性を得ることができます。Enterprise 顧客向けには、追加料金なしで Cloudflare Gateway に含まれます。

なぜお客様が Internal DNS を採用しているのか

  • DNS 運用の統合
    • パブリックとプライベートの DNS を一つのプラットフォーム、1つの API、1つの監査ログ、1つのポリシー設定場所で運用できます。旧来の DNS に伴うアプライアンス更新サイクルやスケーリングのボトルネックは解消されます。
  • Split-horizon DNS の簡素化
    • 内部解決と外部解決を共有ゾーン上の別々のビューとして定義し、単一の制御プレーンから管理します。並行するシステムを同期させる必要がなく、乖離を追いかける必要がありません。
  • Zero Trust を DNS に拡張
    • リゾルバポリシーにより、どのユーザーやデバイスがどのビューを解決するかを決定し、既にトラフィックの残りを管理している同じ Cloudflare Gateway によって強制されます。プライベート名解決は、その他の Zero Trust アーキテクチャのギャップではなくなります。
  • レガシーインフラの近代化
    • ハードウェアアプライアンス、レガシー DNS サーバー、クラウドにロックされたリゾルバを廃止できます。Cloudflare Internal DNS は 1.1.1.1 の裏側で動作するインフラ上で稼働し、ラックに入れるハードウェアも、プロビジョニングすべき容量もありません。

私たちが構築したもの

Cloudflare Internal DNS は二つのコンポーネントで構成されています:Gateway Resolver と Internal Authoritative DNS。

  • Gateway Resolver
    • 再帰的な解決とポリシー評価を担当します。2020 年に公開され、パブリック解決には 1.1.1.1 を利用しており、DNS クエリをフィルタリングしたり、クエリを異なる上流ソース(upstream sources)へリダイレクトしたりできる組み込みのポリシーエンジンを備えています。
  • Internal Authoritative DNS
    • ゾーンをオーソリティブに管理する役割は、DNS セキュリティとルーティングポリシーを強制する役割とは異なる作業です。Internal Authoritative DNS はそのオーソリティブ側の管理を担います。

(この記事は続きます。)