HabrSeptember 2, 2026🇷🇺Translated from Russian

Internal DNS as Control Plane: Why Resolvers Matter More Than They Seem

Cloudflare announced the general availability of Cloudflare Internal DNS on 20 July 2026 for corporate clients of Cloudflare Gateway. The vendor placed public and internal DNS next to a protective resolver and described the system through three objects: internal zones, views, and resolver policies. This is not a new DNS standard, yet the architectural framework proves useful because it forces separate descriptions of data, audiences, and response-selection rules.

Most hybrid infrastructures run five simultaneous DNS layers. Public authoritative DNS serves the internet, internal DNS lives in directory services, cloud DNS holds private zones in multiple consoles, protective DNS applies gateway policies, and platform DNS handles container discovery. Each layer has its own management tools, TTL habits, change logs, and owners. When one layer is updated and another is forgotten, symptoms appear as balancer problems, VPN faults, or application slowdowns.

The article distinguishes the data plane from the management plane. The data plane carries the query itself through recursion, caching, and authoritative answers. The management plane answers which zones exist, which records are authoritative, which audience sees which view, which queries are blocked or logged, and how changes propagate with audit trails.

Three objects connect context to authoritative data. An internal zone stores records that must never be visible to public authoritative servers. A view groups internal zones so that resolver policy can return different answers for the same name to different audiences such as office staff, contractors, build pipelines, or test environments. Resolver policy routes the query to the correct view, an upstream server, or public recursion and can also block or log requests.

Client devices reach the corporate resolver through DHCP in offices, VPN tunnels for remote workers, local forwarders in branches, or explicit configuration on servers. Container clusters often run their own resolvers and must forward corporate zones outward. Any device that bypasses the corporate resolver breaks the management plane, leaving only documentation instead of control.

Changes must travel through a single, auditable path. Cloudflare routes console, Terraform, and API calls through one DNS Records API that validates, stores, replicates, and invalidates cache entries. The recommended pattern is infrastructure-as-code or API client to validation to durable store to replication to cache management to audit log. Manual edits on individual servers or separate consoles for network and cloud teams create independent states that later produce resolution conflicts.

Public authoritative zones remain outside internal views. Private zones must never be delegated to public name servers, and zone transfers must be restricted by strict access lists. When a record is absent, the resolver policy decides whether to return a negative answer or fall back to public recursion; sensitive internal zones should return negative answers explicitly.

In zero-trust models, DNS can limit network reconnaissance, surface anomalies earlier, and link name requests to user or device context when the platform supplies that context. Groups such as external contractors can receive views without production zones, while devices lacking disk encryption receive only update and management names. DNS logs become an inventory of user and system behavior that complements, but does not replace, application authorization and network controls.

Related articles

HabrOther

Building a Cybersecurity News Aggregator: Story Clustering, Seven Importance Signals and Strict Filtering Thresholds

The idea for an information security news aggregator emerged years ago with the goal of delivering only the most relevant stories while eliminating noise. Early versions relied on the rut5_base_sum_gazeta summarization model and TextRank for importance scoring, but performance remained unsatisfactory. The current system processes roughly one thousand items daily from more than 200 sources and publishes only about 0.5 percent of them. A hybrid approach now combines a transparent seven-feature formula that scores story importance with an LLM that removes irrelevant content and generates concise summaries. The formula incorporates signals such as confirmation count, CVSS severity, exploitation status from KEV, source tier, proximity to Russian readers, depth of analysis, and publication speed. Penalties are applied for vendor self-promotion, webinars, and job postings. Stories are clustered using CVE identifiers, shared trigrams, and named entities to avoid duplicate posts while preserving original reporting.

AntiMalwareOther

Russian Government Rules Out TikTok Transformation for Gosuslugi Portal

Vice Prime Minister Dmitry Grigorenko stated that Russian authorities have no current plans to convert the Gosuslugi state services portal into a TikTok analogue. Speaking at the Eastern Economic Forum, Grigorenko described such a transformation as something beyond reasonable limits while noting that the idea could become acceptable in the future. The government aims to evolve Gosuslugi into a universal digital ecosystem that includes a social network with local communities, an events aggregator, and family chats by 2035. These features are intended to unite citizens, businesses, and state bodies in a trusted interaction space. Minister of Digital Development Maksut Shadaev has previously described the portal's goal as becoming a major social media platform. Officials emphasize that vertical video content such as tax deduction оформление remains off the table for now.

AntiMalwareOther

RANEPA Opens Specialized IT Laboratory for Training Specialists in Russian Software

The Presidential Academy of National Economy and Public Administration (RANEPA) has launched a dedicated IT laboratory focused on Russian software and infrastructure management. The facility was established with support from RED SOFT, R7, and ICL Techno, equipping 15 OSiO mini-PCs and monitors with RED OS and R7 Office. Students will gain hands-on experience from operating system installation through virtualization, database administration, and office productivity tasks. The project includes four specialized courses on RED OS, permanent software licenses with updates and support, and opportunities for developer certificates and internships. The laboratory will primarily serve students from the Institute of Public Service and Management and the Institute of Economics, Mathematics and Information Technologies, covering topics such as digital literacy, data management, artificial intelligence, and municipal analytics. RANEPA aims to maintain at least 90 percent utilization of the specialized classroom.

AntiMalwareOther

Russia Expands Mobile Number Portability to Allow Inter-Regional Transfers Starting September 1

From September 1, Russian subscribers can retain their mobile number when moving to another region and either switch to a new operator or stay with the existing one if coverage is available. Previously, the Mobile Number Portability service was restricted to transfers within a single federal subject, forcing users who relocated from cities such as Kazan to Moscow to obtain a new number or accept outdated regional tariffs. The updated rules remove this geographic limitation, reducing the administrative burden of updating contacts, banking applications, and online accounts linked to the phone number. Operators will now face greater competition because regional restrictions can no longer be used as a retention tool. Usage of the service has already grown sharply, with more than 4.3 million numbers ported in the first half of 2026, double the 2.1 million recorded in the same period of 2025. Since the launch of MNP in 2013, over 41 million numbers have changed operators, and the new inter-regional capability is expected to accelerate that trend further.